Skip to content

Commit

Permalink
feat(autoware_api/rosbridge): add rosbridge max message size parameter (
Browse files Browse the repository at this point in the history
#522)

* add param

* change parameter value

* delete from root launcher

* delete space
  • Loading branch information
yabuta authored Oct 26, 2022
1 parent 2b2cfa7 commit 5e0e4be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoware_api_launch/launch/autoware_api.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<arg name="respawn" default="true" />
<arg name="launch_default_ad_api" default="true"/>
<arg name="max_message_size" default="1000000000" />

<!-- AD API -->
<group if="$(var launch_default_ad_api)">
Expand Down Expand Up @@ -31,6 +32,7 @@
<!-- TODO: respawn will work once https://github.com/ros2/launch/pull/569 is released. I'll delete this comment when it's done. -->
<include file="$(find-pkg-share rosbridge_server)/launch/rosbridge_websocket_launch.xml">
<arg name="respawn" value="$(var respawn)"/>
<arg name="max_message_size" value="$(var max_message_size)"/>
</include>

</launch>

0 comments on commit 5e0e4be

Please sign in to comment.