saved work on cmd timeout, not finished yet

This commit is contained in:
Ruixiang Du
2020-09-14 18:45:08 +08:00
parent f7a4736644
commit 8ba694b894
2 changed files with 8 additions and 1 deletions

View File

@@ -67,7 +67,6 @@ void MobileBase::StartCmdThread() {
void MobileBase::ControlLoop(int32_t period_ms) {
StopWatch ctrl_sw;
bool print_loop_freq = false;
static uint32_t iter_cnt = 0;
while (true) {
ctrl_sw.tic();
SendRobotCmd();