unitree_ros/robots/go2w_description/launch/go2w_rviz.launch

22 lines
810 B
Plaintext
Raw Normal View History

2024-09-09 10:52:58 +08:00
<launch>
<arg name="user_debug" default="false"/>
<param name="robot_description" textfile="$(find go2w_description)/urdf/go2w_description.urdf" />
<!-- for higher robot_state_publisher average rate-->
<!-- <param name="rate" value="1000"/> -->
<!-- send fake joint values -->
<node pkg="joint_state_publisher_gui" type="joint_state_publisher_gui" name="joint_state_publisher_gui">
<param name="use_gui" value="TRUE"/>
</node>
<node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher">
<param name="publish_frequency" type="double" value="1000.0"/>
</node>
<node pkg="rviz" type="rviz" name="rviz" respawn="false" output="screen"
args="-d $(find go2w_description)/launch/check_joint.rviz"/>
</launch>