Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
remap ports for move to waypoint (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioprats authored Jul 15, 2024
1 parent 21ae103 commit 1934127
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/picknik_ur_base_config/objectives/move_to_waypoint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
</Control>
</BehaviorTree>
<TreeNodesModel>
<SubTree ID="Move to Waypoint"/>
<SubTree ID="Move to Waypoint">
<input_port name="waypoint_name" default=""/>
<input_port name="joint_group_name" default="manipulator"/>
<input_port name="planner_interface" default="moveit_default"/>
<input_port name="controller_names" default="/joint_trajectory_controller"/>
</SubTree>
</TreeNodesModel>
</root>

0 comments on commit 1934127

Please sign in to comment.