Skip to content
Snippets Groups Projects
Commit a213f58b authored by Michael Day's avatar Michael Day
Browse files

MASTER: Add parameter to tell ROS to use simulated time in sitl.launch

parent 662124dd
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,9 @@
<arg name="bag" default="0" /> <!-- Generate ROS bag files -->
<arg name="verify" default="0" /> <!-- Param/fence/rally/wp verify -->
<!-- Use simulated time -->
<param name="/use_sim_time" value="true" type="bool"/>
<!-- Launch master with modified args and optional namespace -->
<include file="$(find ap_master)/launch/master.launch" ns="$(arg ns)" >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment