mirror of
https://gitee.com/yyz_o/bk_bishe_pi.git
synced 2025-09-07 23:21:26 +00:00
2025.5.18第一次提交,包括17号和今天上午对实机的调试
This commit is contained in:
@@ -12,8 +12,8 @@ void explore(); //递归函数
|
||||
/*---以下为pid控制和行驶部分涉及到的函数声明---*/
|
||||
void xneighbor(int x, int dir); //X坐标更新
|
||||
void yneighbor(int y, int dir); //Y坐标更新
|
||||
void eI_xianfu(int eI_max); //对PID控制的积分部分I限幅
|
||||
void pid_speed_xianfu(int Kpid_speed); //对PID控制的输出部分限幅
|
||||
void eI_xianfu(); //对PID控制的积分部分I限幅
|
||||
void pid_speed_xianfu(); //对PID控制的输出部分限幅
|
||||
void PID_AL(); //位置式PID算法
|
||||
void PIDStraight(); //PID控制下的直线行驶
|
||||
void go_to(int dir); //行驶到指定单元格
|
||||
|
||||
Reference in New Issue
Block a user