We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6dd3e commit a423a51Copy full SHA for a423a51
joint_trajectory_controller/src/joint_trajectory_controller.cpp
@@ -734,7 +734,7 @@ void JointTrajectoryController::query_state_service(
734
response->success = false;
735
return;
736
}
737
- const auto active_goal = *rt_active_goal_.readFromRT();
+
738
response->name = params_.joints;
739
trajectory_msgs::msg::JointTrajectoryPoint state_requested = state_current_;
740
if (has_active_trajectory())
0 commit comments