mirror of
https://gitee.com/yyz_o/bk_bishe_pi.git
synced 2025-09-07 23:21:26 +00:00
2025.5.15第一次提交,修复大量应切换vector造成的bug,并添加实机测试文件夹。
This commit is contained in:
5
robot_test_code/PID/PID.h
Normal file
5
robot_test_code/PID/PID.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void eI_xianfu(int eI_max); //积分部分限幅
|
||||
void PID_AL(); //位置式PID算法
|
||||
void PIDStraight(); //PID控制下的直线行驶
|
||||
Reference in New Issue
Block a user