Skip to content

Commit

Permalink
fix(autoware_launch): enable launch_deprecated_api (#187)
Browse files Browse the repository at this point in the history
* fix(autoware_launch): enable launch_deprecated_api

Signed-off-by: Takayuki Murooka <[email protected]>

* Update autoware_launch/launch/components/tier4_autoware_api_component.launch.xml

Co-authored-by: Takagi, Isamu <[email protected]>

Signed-off-by: Takayuki Murooka <[email protected]>
Co-authored-by: Takagi, Isamu <[email protected]>
  • Loading branch information
takayuki5168 and isamu-takagi authored Jan 26, 2023
1 parent e99d717 commit bf46edf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
<launch>
<!-- Fork the repository and add the parameters here if needed. -->
<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"/>
</launch>

0 comments on commit bf46edf

Please sign in to comment.