mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 03:15:01 +08:00
7 lines
325 B
XML
7 lines
325 B
XML
<launch>
|
|
<param name="robot_description" textfile="$(find scout_base)/urdf/agilex_scout.urdf" />
|
|
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
|
|
|
|
<node name="rviz" pkg="rviz" type="rviz" required="true" args="-d $(find scout_viz)/rviz/scout_model.rviz" />
|
|
</launch>
|