display.launch 490 B

1234567891011121314151617181920
  1. <launch>
  2. <arg
  3. name="model" />
  4. <param
  5. name="robot_description"
  6. textfile="$(find mr12urdf20240605)/urdf/mr12urdf20240605.urdf" />
  7. <node
  8. name="joint_state_publisher_gui"
  9. pkg="joint_state_publisher_gui"
  10. type="joint_state_publisher_gui" />
  11. <node
  12. name="robot_state_publisher"
  13. pkg="robot_state_publisher"
  14. type="robot_state_publisher" />
  15. <node
  16. name="rviz"
  17. pkg="rviz"
  18. type="rviz"
  19. args="-d $(find mr12urdf20240605)/urdf.rviz" />
  20. </launch>