File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
include/syropod_highlevel_controller Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -217,14 +217,12 @@ 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 AR leg (front right leg)
221- // / @param[in] input The Pose geometry message provided by the subscribed topic "/syropod_manipulation/AR/Pose"
222- // / @see (https://confluence.csiro.au/display/CPS/Weaver+Diagrams)
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"
223222 void primaryTipPoseInputCallback (const geometry_msgs::Pose &msg);
224223
225- // / Callback for the input manual tip position (in cartesian space) for the AL leg (front left leg).
226- // / @param[in] input The Pose geometry message provided by the subscribed topic "/syropod_manipulation/AL/Pose"
227- // / @see (https://confluence.csiro.au/display/CPS/Weaver+Diagrams)
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"
228226 void secondaryTipPoseInputCallback (const geometry_msgs::Pose &msg);
229227
230228 // / Callback handling the desired parameter selection and sending state messages to user interface.
You can’t perform that action at this time.
0 commit comments