Skip to content

Commit

Permalink
feat(tier4_autoware_api_launch): add rosbridge (#779)
Browse files Browse the repository at this point in the history
* fix(image_projection_based_fusion): modify build error in rolling (#775)

Signed-off-by: wep21 <[email protected]>
Signed-off-by: Shumpei Wakabayashi <[email protected]>

* feat(tier4_autoware_api_launch): add rosbridge

Signed-off-by: Shumpei Wakabayashi <[email protected]>

docs(web_controller): rosbridge is automatically launched in tier4_autoware_api_launch

Signed-off-by: Shumpei Wakabayashi <[email protected]>

* docs(web_controller): rosbridge is automatically launched in tier4_autoware_api_launch

Signed-off-by: Shumpei Wakabayashi <[email protected]>

* Update launch/tier4_autoware_api_launch/launch/autoware_api.launch.xml

Co-authored-by: Kenji Miyake <[email protected]>
Signed-off-by: Shumpei Wakabayashi <[email protected]>

Co-authored-by: Daisuke Nishimatsu <[email protected]>
Co-authored-by: Kenji Miyake <[email protected]>
  • Loading branch information
3 people authored Jun 6, 2022
1 parent 4e18fe0 commit 7ec4534
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/web_controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ None

## Assumptions / Known limits

TBD.
`web_controller` needs `rosbridge` which is automatically launched in [tier4_autoware_api_launch](https://github.com/autowarefoundation/autoware.universe/pull/779) along with launching Autoware.

## Usage

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<launch>
<arg name="respawn_rosbridge" default="true"/>

<!-- awapi (deprecated) -->
<group>
<include file="$(find-pkg-share awapi_awiv_adapter)/launch/awapi_awiv_adapter.launch.xml"/>
Expand All @@ -11,4 +13,10 @@
<include file="$(find-pkg-share tier4_autoware_api_launch)/launch/include/internal_api_adaptor.launch.py"/>
<include file="$(find-pkg-share tier4_autoware_api_launch)/launch/include/internal_api_relay.launch.xml"/>
</group>

<!-- rosbridge -->
<!-- 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)"/>
</include>
</launch>

0 comments on commit 7ec4534

Please sign in to comment.