Skip to content

Commit

Permalink
Merge pull request #137 from rickstaa/fix_franka_visualization_robot_…
Browse files Browse the repository at this point in the history
…state_publisher_error

Updates state_publisher to robot_state_publisher in the franka_visualization package
  • Loading branch information
gollth authored Sep 15, 2021
2 parents 3178c6d + e5405c9 commit b9b60e8
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 @@ -24,6 +24,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 b9b60e8

Please sign in to comment.