Skip to content

Commit

Permalink
fix: fix use_sim_time default value (AutomotiveAIChallenge#92)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored Sep 14, 2024
1 parent 5ed740b commit 7caaab4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<arg name="rviz_config" default="$(find-pkg-share aichallenge_system_launch)/config/autoware.rviz" description="rviz config"/>
<log message="This is aichallenge_system_launch."/>
<arg name="simulation" default="true"/>
<arg name="use_sim_time" default="true"/>
<arg name="use_sim_time" default="$(var simulation)"/>
<arg name="launch_vehicle_interface" default="true"/>
<arg name="sensor_model" default="racing_kart_sensor_kit"/>
<log message="echo launch param use_sim_time: $(var use_sim_time) launch_vehicle_interface: $(var launch_vehicle_interface) sensor_model: $(var sensor_model)"/>
Expand All @@ -15,7 +15,7 @@
<arg name="launch_vehicle_interface" value="$(var launch_vehicle_interface)"/>
<arg name="simulation" value="$(var simulation)"/>
</include>

<!-- Workaround because the simulator cannot use the service. -->
<group if="$(var simulation)">
<node pkg="aichallenge_system_launch" exec="control_mode_adapter.py" output="screen"/>
Expand Down

0 comments on commit 7caaab4

Please sign in to comment.