mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
fixed motion command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user