Skip to content

Commit

Permalink
fix(autoware_launch): fix api options (autowarefoundation#839)
Browse files Browse the repository at this point in the history
* fix(autoware_launch): fix api options

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* style(pre-commit): autofix

* fix: typo

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

---------

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
isamu-takagi and pre-commit-ci[bot] authored Mar 6, 2023
1 parent ef184c4 commit cc2dbd7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?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)"/>
<arg name="launch_deprecated_api" default="true"/>
<arg name="rosbridge_enabled" default="true"/>
<arg name="rosbridge_max_message_size" default="1000000000"/>
<include file="$(find-pkg-share tier4_autoware_api_launch)/launch/autoware_api.launch.xml"/>
</launch>

0 comments on commit cc2dbd7

Please sign in to comment.