Skip to content

Commit

Permalink
refactor(tier4_control_launch): replace python launch with xml (#1047)
Browse files Browse the repository at this point in the history
migrate to control.launch.xml

Signed-off-by: mitukou1109 <[email protected]>
  • Loading branch information
mitukou1109 authored Jul 4, 2024
1 parent d05e5b2 commit 5803bf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<let name="latlon_controller_param_path_dir" value="$(var vehicle_id)" if="$(var use_individual_control_param)"/>
<let name="latlon_controller_param_path_dir" value="" unless="$(var use_individual_control_param)"/>

<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.py">
<include file="$(find-pkg-share tier4_control_launch)/launch/control.launch.xml">
<!-- option -->
<arg name="vehicle_param_file" value="$(find-pkg-share $(var vehicle_model)_description)/config/vehicle_info.param.yaml"/>
<arg name="vehicle_id" value="$(var vehicle_id)"/>
Expand Down

0 comments on commit 5803bf8

Please sign in to comment.