Ta上传的资源 (0)

基于PID算法小车控制 typedef struct PID { double SetPoint; // 设定目标Desired value double Proportion; // 比例常数Proportional Const double Integral; // 积分常数Integral C