mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
async_port: updated latest async_port impl from wrp_sdk
This commit is contained in:
@@ -76,7 +76,7 @@ int main(int argc, char **argv) {
|
||||
while (true) {
|
||||
// motion control
|
||||
std::cout << "Setting motion command: 0.0, 0,0, 0.8" << std::endl;
|
||||
scout->SetMotionCommand(0.0, 0.0, 0.8);
|
||||
scout->SetMotionCommand(0.0, 0.3, 0.0);
|
||||
|
||||
// get robot state
|
||||
auto state = scout->GetRobotState();
|
||||
|
||||
Reference in New Issue
Block a user