Skip to content

Commit

Permalink
Add remap of action name for nextage.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
7675t committed Aug 21, 2018
1 parent 219f770 commit 2a043d6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions fake_joint_launch/launch/nextage.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@
<!-- load robot description -->
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find nextage_description)/urdf/NextageOpen.urdf'" />

<remap from="/larm_controller/follow_joint_trajectory"
to="/larm_controller/follow_joint_trajectory_action"/>
<remap from="/rarm_controller/follow_joint_trajectory"
to="/rarm_controller/follow_joint_trajectory_action"/>
<remap from="/head_controller/follow_joint_trajectory"
to="/head_controller/follow_joint_trajectory_action"/>
<remap from="/torso_controller/follow_joint_trajectory"
to="/torso_controller/follow_joint_trajectory_action"/>

<!-- fake_joint_driver_node -->
<node name="fake_joint_driver" pkg="fake_joint_driver" type="fake_joint_driver_node"/>

<node name="fake_joint_driver" pkg="fake_joint_driver" type="fake_joint_driver_node">
</node>
<!-- robot_state_publisher -->
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher"/>

Expand Down

0 comments on commit 2a043d6

Please sign in to comment.