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:
@@ -38,7 +38,10 @@ extern int err, err_old, err_sum, err_diff; //定义误差,上一次误差
|
||||
extern const int eI_max; //定义积分限幅
|
||||
|
||||
/*---目标点坐标---*/
|
||||
extern const int target_x; //声明目标点的X坐标
|
||||
extern const int target_y; //声明目标点的Y坐标
|
||||
// extern const int target_x; //声明目标点的X坐标
|
||||
// extern const int target_y; //声明目标点的Y坐标
|
||||
|
||||
extern int target_x; //声明目标点的X坐标
|
||||
extern int target_y; //声明目标点的Y坐标
|
||||
|
||||
/*---声明结束---*/
|
||||
|
||||
Reference in New Issue
Block a user