Skip to content

Commit

Permalink
add global_loader into api_component.launch file
Browse files Browse the repository at this point in the history
Signed-off-by: Ericpotato <[email protected]>
  • Loading branch information
Ericpotato committed Dec 16, 2024
1 parent 9e6ddd3 commit da06d43
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?xml version="1.0"?>
<launch>
<!-- Fork the repository and add the parameters here if needed. -->
<arg name="use_sim_time" default="false" description="use_sim_time"/>
<include file="$(find-pkg-share global_parameter_loader)/launch/global_params.launch.py">
<arg name="use_sim_time" value="$(var use_sim_time)"/>
<arg name="vehicle_model" value="$(var vehicle_model)"/>
</include>
<arg name="scenario_simulation" default="false"/>
<arg name="launch_deprecated_api" default="$(var scenario_simulation)"/>
<include file="$(find-pkg-share tier4_autoware_api_launch)/launch/autoware_api.launch.xml"/>
Expand Down

0 comments on commit da06d43

Please sign in to comment.