mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
增加了平衡步兵的策略控制,修复了message_center的严重错误,务必同步此更新!
This commit is contained in:
@@ -70,8 +70,6 @@ void StartDAEMONTASK(void const *argument);
|
||||
|
||||
void StartROBOTTASK(void const *argument);
|
||||
|
||||
void StartROBOTTASK(void const *argument);
|
||||
|
||||
void StartUITASK(void const *argument);
|
||||
/* USER CODE END FunctionPrototypes */
|
||||
|
||||
@@ -175,7 +173,7 @@ void StartINSTASK(void const *argument)
|
||||
while (1)
|
||||
{
|
||||
// 1kHz
|
||||
// INS_Task();
|
||||
INS_Task();
|
||||
osDelay(1);
|
||||
}
|
||||
}
|
||||
@@ -206,7 +204,7 @@ void StartROBOTTASK(void const *argument)
|
||||
{
|
||||
// 200Hz
|
||||
RobotTask();
|
||||
osDelay(5); // syh此处暂时将时间改<E997B4>?10ms,原因在于未使用缓冲区发送,发<EFBC8C>?<3F>时延时5ms
|
||||
osDelay(5);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user