Skip to content
Snippets Groups Projects
Commit 84c9c92f authored by armar-user's avatar armar-user
Browse files

fix: synchronizing scene initially

parent 27122234
No related branches found
No related tags found
1 merge request!25RT controller and simplification
...@@ -655,6 +655,8 @@ namespace armarx::navigation::server ...@@ -655,6 +655,8 @@ namespace armarx::navigation::server
ARMARX_TRACE; ARMARX_TRACE;
ARMARX_CHECK_NOT_EMPTY(waypoints); ARMARX_CHECK_NOT_EMPTY(waypoints);
srv.sceneProvider->synchronize(Clock::Now());
ARMARX_INFO << "Request to move from " << srv.sceneProvider->scene().robot->getGlobalPose() ARMARX_INFO << "Request to move from " << srv.sceneProvider->scene().robot->getGlobalPose()
<< " to " << waypoints.back().matrix(); << " to " << waypoints.back().matrix();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment