Skip to content

Commit fc5fe9c

Browse files
Lu, Bethany(Data61, Pullenvale)Lu, Bethany(Data61, Pullenvale)
authored andcommitted
Fixed naming in readme
1 parent d88cb2e commit fc5fe9c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ For information on parameters see readme in config folder.
9898
* Type: std_msgs::Int8
9999

100100
### Syropod Manipulation:
101-
* AR Leg Tip Position:
102-
* Description: The desired pose of leg AR in Cartesian space.
101+
* Primary Leg Tip Pose:
102+
* Description: The desired pose for the leg selected for primary manipulation within Cartesian space.
103103
* Topic: */syropod_manipulation/primary_tip_pose*
104104
* Type: geometry_msgs::Pose
105105

106-
* AL Leg Tip Position:
107-
* Description: The desired pose of leg AL in Cartesian space.
106+
* Secondary Leg Tip Pose:
107+
* Description: The desired pose for the leg selected for secondary manipulation within Cartesian space.
108108
* Topic: */syropod_manipulation/secondary_tip_pose*
109109
* Type: geometry_msgs::Pose
110110

src/walk_controller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ void WalkController::updateManual(const int &primary_leg_selection_ID, const Pos
735735
if (params_.leg_manipulation_mode.data == "tip_control")
736736
{
737737
// TODO add orientation control
738+
// leg_stepper->setCurrentTipPose(Pose(tip_position_input, tip_rotation_input));
738739
leg_stepper->setCurrentTipPose(Pose(tip_position_input, UNDEFINED_ROTATION));
739740
}
740741
}

0 commit comments

Comments
 (0)