Skip to content

Commit

Permalink
Updates state_publisher to robot_state_publisher
Browse files Browse the repository at this point in the history
This commit removes the depricated 'state_publisher' alias and replaces it
with the new 'robot_state_publisher'. See
ros/robot_state_publisher#87.
  • Loading branch information
rickstaa committed May 21, 2021
1 parent 55cc935 commit baa0328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion franka_visualization/launch/franka_visualization.launch
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
<rosparam param="source_list">[robot_joint_state_publisher/joint_states, gripper_joint_state_publisher/joint_states]</rosparam>
</node>

<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
<node pkg="rviz" type="rviz" output="screen" name="rviz" args="-d $(find franka_visualization)/launch/franka_visualization.rviz"/>
</launch>

0 comments on commit baa0328

Please sign in to comment.