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:
@@ -59,7 +59,7 @@ int main(int argc, char **argv) {
|
||||
while (true) {
|
||||
// motion control
|
||||
std::cout << "Motor: 1.0, 0" << std::endl;
|
||||
tracer->SetMotionCommand(1.0, 0.0);
|
||||
tracer->SetMotionCommand(0.0, 0.0);
|
||||
|
||||
// get robot state
|
||||
auto state = tracer->GetRobotState();
|
||||
|
||||
Reference in New Issue
Block a user