feat: 增加 vofa justfloat 发送
This commit is contained in:
@@ -72,7 +72,7 @@ void sport_motion(void)
|
||||
PID_Compute(&speed_pid);
|
||||
// in_speed = -encoder_get_count(TIM5_ENCOEDER); // 速度输入,m/s
|
||||
in_speed = sport_get_speed();
|
||||
printf("rate:%d\r\n", (int16_t)in_speed);
|
||||
// printf("rate:%d\r\n", (int16_t)in_speed);
|
||||
PID_Compute(&near_pos_pid);
|
||||
cnt1 = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user