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

rt controller: logging

parent 7f6fc1b4
No related branches found
No related tags found
1 merge request!25RT controller and simplification
......@@ -127,6 +127,7 @@ namespace armarx::navigation::platform_controller::platform_trajectory
datafields["vx"] = new Variant(rtGetControlStruct().platformVelocityTargets.x);
datafields["vy"] = new Variant(rtGetControlStruct().platformVelocityTargets.y);
datafields["vyaw"] = new Variant(rtGetControlStruct().platformVelocityTargets.yaw);
datafields["trajectory_points"] = new Variant(configBuffer.getUpToDateReadBuffer().targets.trajectory.points().size());
debugObservers->setDebugChannel(
common::ControllerTypeNames.to_name(common::ControllerType::PlatformTrajectory),
......
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