Skip to content

Commit

Permalink
increased update rate for the joint state publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
Veix123 committed Oct 17, 2023
1 parent 362e017 commit 1425706
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion launch/display_simulated_robot.launch
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
</include>

<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher"/>
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher"/>
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher">
<param name="rate" value="50"/>
</node>

<node name="rviz" pkg="rviz" type="rviz" required="true" args="-d $(find robotont_nuc_description)/config/robotont_realsense.rviz -f $(arg rviz_fixed_frame)"/>
</launch>
Expand Down

0 comments on commit 1425706

Please sign in to comment.