mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
updated launch files and readme
This commit is contained in:
6
scout_base/launch/view_scout_model.launch
Normal file
6
scout_base/launch/view_scout_model.launch
Normal file
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user