saved work on timeout

This commit is contained in:
Ruixiang Du
2020-09-15 11:03:49 +08:00
parent a872dd0e0e
commit 02d5a9ed54
2 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ int main(int argc, char **argv) {
// scout.SetLightCommand({ScoutLightCmd::LightMode::BREATH, 0,
// ScoutLightCmd::LightMode::BREATH, 0});
// }
if (count < 250) {
if (count < 100) {
std::cout << "Motor: 0.2, 0" << std::endl;
scout.SetMotionCommand(0.2, 0.0);
}