Skip to content

Commit 53ffbf5

Browse files
committed
add use_sim-time option (autowarefoundation#99)
1 parent 4d0ae00 commit 53ffbf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

launch/control_launch/launch/control.launch.xml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
<!-- latlon coupler -->
4545
<node pkg="latlon_muxer" exec="latlon_muxer" name="latlon_muxer" output="screen">
46+
<param name="use_sim_time" value="$(env AW_ROS2_USE_SIM_TIME false)"/>
4647
<remap from="input/lateral/control_cmd" to="lateral/control_cmd"/>
4748
<remap from="input/longitudinal/control_cmd" to="longitudinal/control_cmd"/>
4849
<remap from="output/control_cmd" to="control_cmd"/>

0 commit comments

Comments
 (0)