Skip to content

Commit

Permalink
Add vehicle info param server into logging simulator (autowarefoundat…
Browse files Browse the repository at this point in the history
…ion#194)

Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 authored and tkimura4 committed Dec 13, 2021
1 parent 7cdbab7 commit 3222bb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions launch/autoware_launch/launch/logging_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<arg name="vehicle_id" value="$(var vehicle_id)"/>
<arg name="vehicle_param_file" value="$(find-pkg-share $(var vehicle_model)_description)/config/vehicle_info.param.yaml"/>
</include>

<include file="$(find-pkg-share vehicle_info_param_server)/launch/vehicle_info_param_server.launch.xml">
<arg name="config_file" value="$(find-pkg-share $(var vehicle_model)_description)/config/vehicle_info.param.yaml"/>
</include>
</group>

<!-- System -->
Expand Down

0 comments on commit 3222bb6

Please sign in to comment.