Skip to content

Commit 676e1bb

Browse files
committed
update Objective to use ExecuteTrajectory
1 parent 030dfb5 commit 676e1bb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/lab_sim/objectives/load_and_execute_joint_trajectory.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,9 @@
4141
debug_solution="{debug_solution}"
4242
/>
4343
<Action
44-
ID="ExecuteFollowJointTrajectory"
45-
execute_follow_joint_trajectory_action_name="/joint_trajectory_controller/follow_joint_trajectory"
46-
goal_duration_tolerance="-1.000000"
47-
goal_position_tolerance="0.000000"
48-
goal_time_tolerance="0.000000"
49-
joint_trajectory_msg="{joint_trajectory_msg}"
44+
ID="ExecuteTrajectory"
45+
execution_pipeline="follow_joint_trajectory_action"
46+
controller_action_name="/joint_trajectory_controller/follow_joint_trajectory"
5047
/>
5148
</Control>
5249
</BehaviorTree>

0 commit comments

Comments
 (0)