@@ -217,12 +217,14 @@ class StateController
217217 // / @param[in] input The Point geometry message provided by the topic "syropod_remote/secondary_tip_velocity"
218218 void secondaryTipVelocityInputCallback (const geometry_msgs::Point &input);
219219
220- // / Callback for the input manual tip position (in cartesian space) for the primary selected leg.
221- // / @param[in] input The Pose geometry message provided by the subscribed topic "/syropod_manipulation/primary/pose"
220+ // / Callback for the input manual tip pose (in cartesian space) for the primary selected leg.
221+ // / @param[in] input The Pose geometry message provided by the subscribed topic
222+ // / "/syropod_manipulation/primary_tip_pose"
222223 void primaryTipPoseInputCallback (const geometry_msgs::Pose &msg);
223224
224- // / Callback for the input manual tip position (in cartesian space) for the secondary selected leg.
225- // / @param[in] input The Pose geometry message provided by the subscribed topic "/syropod_manipulation/secondary/Ppse"
225+ // / Callback for the input manual tip pose (in cartesian space) for the secondary selected leg.
226+ // / @param[in] input The Pose geometry message provided by the subscribed topic
227+ // / "/syropod_manipulation/secondary_tip_pose"
226228 void secondaryTipPoseInputCallback (const geometry_msgs::Pose &msg);
227229
228230 // / Callback handling the desired parameter selection and sending state messages to user interface.
@@ -289,8 +291,8 @@ class StateController
289291 ros::Subscriber parameter_selection_subscriber_; // /< Subscriber for topic /syropod_remote/parameter_selection
290292 ros::Subscriber parameter_adjustment_subscriber_; // /< Subscriber for topic /syropod_remote/parameter_adjustment
291293
292- ros::Subscriber primary_tip_pose_subscriber_; // /< Subscriber for topic /syropod_manipulation/primary/pose
293- ros::Subscriber secondary_tip_pose_subscriber_; // /< Subscriber for topic /syropod_manipulation/secondary/pose
294+ ros::Subscriber primary_tip_pose_subscriber_; // /< Subscriber for topic /syropod_manipulation/primary_tip_pose
295+ ros::Subscriber secondary_tip_pose_subscriber_; // /< Subscriber for topic /syropod_manipulation/secondary_tip_pose
294296
295297 ros::Subscriber target_configuration_subscriber_; // /< Subscriber for topic /target_configuration
296298 ros::Subscriber target_body_pose_subscriber_; // /< Subscriber for topic /target_body_pose
0 commit comments