Skip to content

Commit

Permalink
Move remap from=equilibrium_pose to the interactive_marker.py node
Browse files Browse the repository at this point in the history
... to clarify that this node requires the remapping.
  • Loading branch information
rhaschke committed Oct 27, 2021
1 parent a9f5607 commit 4dce4fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions franka_gazebo/launch/panda.launch
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@
args="franka_state_controller $(arg controller)"
/>

<remap to="cartesian_impedance_example_controller/equilibrium_pose" from="equilibrium_pose" />

<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
<node name="joint_state_publisher" type="joint_state_publisher" pkg="joint_state_publisher">
<rosparam param="source_list">[franka_state_controller/joint_states, franka_gripper/joint_states] </rosparam>
Expand All @@ -90,6 +88,7 @@
type="interactive_marker.py"
if="$(eval arg('controller') == 'cartesian_impedance_example_controller')">
<param name="link_name" value="$(arg arm_id)_link0" />
<remap to="cartesian_impedance_example_controller/equilibrium_pose" from="equilibrium_pose" />
</node>

</group>
Expand Down

0 comments on commit 4dce4fd

Please sign in to comment.