unitree_ros/robots/h1_description/launch/display.launch

21 lines
517 B
Plaintext
Raw Normal View History

2023-12-07 11:26:48 +08:00
<launch>
<arg
name="model" />
<param
name="robot_description"
2024-02-01 15:48:03 +08:00
textfile="$(find h1_description)/urdf/h1_with_hand.urdf" />
2023-12-07 11:26:48 +08:00
<node
name="joint_state_publisher_gui"
pkg="joint_state_publisher_gui"
type="joint_state_publisher_gui" />
<node
name="robot_state_publisher"
pkg="robot_state_publisher"
type="robot_state_publisher" />
<node
name="rviz"
pkg="rviz"
type="rviz"
args="-d $(find h1_description)/launch/check_joint.rviz" />
2024-02-01 15:48:03 +08:00
</launch>