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.
get_state_msg
1 parent c64f72d commit 0ac3475Copy full SHA for 0ac3475
joint_trajectory_controller/test/test_trajectory_controller_utils.hpp
@@ -202,11 +202,6 @@ class TestableJointTrajectoryController
202
trajectory_msgs::msg::JointTrajectoryPoint get_state_error() { return state_error_; }
203
trajectory_msgs::msg::JointTrajectoryPoint get_current_command() { return command_current_; }
204
205
- control_msgs::msg::JointTrajectoryControllerState get_state_msg()
206
- {
207
- return state_publisher_->get_msg();
208
- }
209
-
210
/**
211
* a copy of the private member function
212
*/
0 commit comments