Skip to content

Commit

Permalink
Launch vehicle description in logging simulator (autowarefoundation#67)
Browse files Browse the repository at this point in the history
Signed-off-by: Daisuke Nishimatsu <[email protected]>
  • Loading branch information
wep21 authored and tkimura4 committed Dec 13, 2021
1 parent ed6f9b7 commit 05ea551
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions launch/autoware_launch/launch/logging_simulator.launch
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<arg name="map_path" doc="point cloud and lanelet2 map directory path"/>
<arg name="vehicle_model"/>
<arg name="sensor_model"/>
<arg name="vehicle_id" value="$(optenv VEHICLE_ID default)"/>
<!-- Optional parameters -->
<arg name="vehicle" default="true" doc="launch vehicle" />
<arg name="system" default="true" doc="launch system" />
Expand All @@ -19,10 +20,10 @@
<param name="/use_sim_time" value="true" />

<!-- Vehicle -->
<include file="$(find vehicle_launch)/launch/vehicle.launch" if="$(arg vehicle)">
<include file="$(find vehicle_launch)/launch/vehicle_description.launch" if="$(arg vehicle)">
<arg name="vehicle_model" value="$(arg vehicle_model)"/>
<arg name="sensor_model" value="$(arg sensor_model)"/>
<arg name="simulation" value="true"/>
<arg name="vehicle_id" value="$(arg vehicle_id)"/>
</include>

<!-- System -->
Expand Down

0 comments on commit 05ea551

Please sign in to comment.