mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
saved work on cmd timeout, not finished yet
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user