mirror of
https://gitee.com/yyz_o/bk_bishe_pi.git
synced 2025-09-07 23:21:26 +00:00
2025.5.28第一次提交,仿真平台修复bug同步修复
This commit is contained in:
@@ -49,7 +49,10 @@ int err, err_old, err_sum, err_diff; //定义误差,上一次误差,积分
|
||||
const int eI_max = 200; //定义积分限幅
|
||||
|
||||
/*---目标点的坐标---*/
|
||||
const int target_x = 3; //声明目标点的X坐标
|
||||
const int target_y = 4; //声明目标点的Y坐标
|
||||
// const int target_x = 3; //声明目标点的X坐标
|
||||
// const int target_y = 4; //声明目标点的Y坐标
|
||||
|
||||
int target_x; //声明目标点的X坐标
|
||||
int target_y; //声明目标点的Y坐标
|
||||
|
||||
/*---定义结束---*/
|
||||
|
||||
Reference in New Issue
Block a user