fixed motion command

This commit is contained in:
Ruixiang Du
2021-07-13 18:36:36 +08:00
parent f7224bf56f
commit 3d86c9548c
2 changed files with 19 additions and 7 deletions

View File

@@ -76,8 +76,8 @@ int main(int argc, char **argv) {
while (true) {
// motion control
// if (count < 100) {
// std::cout << "Motor: 0.2, 0" << std::endl;
// scout->SetMotionCommand(0.2, 0.0);
std::cout << "Motor: 0.2, 0" << std::endl;
scout->SetMotionCommand(0.2, 0.0);
// }
// get robot state