We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030dfb5 commit 676e1bbCopy full SHA for 676e1bb
src/lab_sim/objectives/load_and_execute_joint_trajectory.xml
@@ -41,12 +41,9 @@
41
debug_solution="{debug_solution}"
42
/>
43
<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}"
+ ID="ExecuteTrajectory"
+ execution_pipeline="follow_joint_trajectory_action"
+ controller_action_name="/joint_trajectory_controller/follow_joint_trajectory"
50
51
</Control>
52
</BehaviorTree>
0 commit comments