mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-02-02 08:30:01 +08:00
saved work, odom not right, to be fixed
This commit is contained in:
27
scout_robot/launch/display.launch
Normal file
27
scout_robot/launch/display.launch
Normal file
@@ -0,0 +1,27 @@
|
||||
<!-- -->
|
||||
<launch>
|
||||
<arg
|
||||
name="model" />
|
||||
<arg
|
||||
name="gui"
|
||||
default="False" />
|
||||
<param
|
||||
name="robot_description"
|
||||
textfile="$(find scout_robot)/urdf/scout.urdf" />
|
||||
<param
|
||||
name="use_gui"
|
||||
value="$(arg gui)" />
|
||||
<node
|
||||
name="joint_state_publisher"
|
||||
pkg="joint_state_publisher"
|
||||
type="joint_state_publisher" />
|
||||
<node
|
||||
name="robot_state_publisher"
|
||||
pkg="robot_state_publisher"
|
||||
type="state_publisher" />
|
||||
<node
|
||||
name="rviz"
|
||||
pkg="rviz"
|
||||
type="rviz"
|
||||
args="-d $(find scout_robot)/rviz/urdf.rviz" />
|
||||
</launch>
|
||||
Reference in New Issue
Block a user