Skip to content

Commit 1d1e121

Browse files
Lu, Bethany(Data61, Pullenvale)Lu, Bethany(Data61, Pullenvale)
authored andcommitted
Standardised naming to primary and secondary within code and readme
1 parent 2e9f7a4 commit 1d1e121

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

include/syropod_highlevel_controller/state_controller.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)