增加了平衡步兵的策略控制,修复了message_center的严重错误,务必同步此更新!

This commit is contained in:
NeoZng
2023-04-20 17:54:12 +08:00
parent f3d47258cd
commit 4658a0b5ea
5 changed files with 77 additions and 52 deletions

View File

@@ -206,7 +206,7 @@ void StartROBOTTASK(void const *argument)
{
// 200Hz
RobotTask();
osDelay(5); // syh此处暂时将时间改<E997B4>?10ms原因在于未使用缓冲区发送<EFBC8C>?<3F>时延时5ms
osDelay(5);
}
}