Skip to content

Commit 2f8e20a

Browse files
authored
Merge pull request #347 from PickNikRobotics/remove-controller-name-leading-slash
Remove leading slash from controller name in MPC Pose Tracking
2 parents c36a034 + 07a14f5 commit 2f8e20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lab_sim/objectives/mpc_pose_tracking.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
_collapsed="true"
1010
acceleration_scale_factor="1.0"
1111
controller_action_server="/joint_trajectory_controller/follow_joint_trajectory"
12-
controller_names="/joint_trajectory_controller"
12+
controller_names="joint_trajectory_controller"
1313
joint_group_name="manipulator"
1414
keep_orientation="false"
1515
keep_orientation_tolerance="0.05"

0 commit comments

Comments
 (0)