Add rviz and simtime to gRPC launch file. (#658)
parent
02ed0153d1
commit
31655ba1cb
|
@ -15,6 +15,8 @@
|
|||
-->
|
||||
|
||||
<launch>
|
||||
<param name="/use_sim_time" value="true" />
|
||||
|
||||
<param name="robot_description"
|
||||
textfile="$(find cartographer_ros)/urdf/backpack_2d.urdf" />
|
||||
|
||||
|
@ -37,4 +39,6 @@
|
|||
|
||||
<node name="playbag" pkg="rosbag" type="play"
|
||||
args="--clock $(arg bag_filename)" />
|
||||
<node name="rviz" pkg="rviz" type="rviz" required="true"
|
||||
args="-d $(find cartographer_ros)/configuration_files/demo_2d.rviz" />
|
||||
</launch>
|
||||
|
|
Loading…
Reference in New Issue