Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
feat(autoware_launch): launch lateral error monitor (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
  • Loading branch information
mkuri committed Mar 4, 2022
1 parent 6aaf2b7 commit 8440361
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,11 @@
<!-- Web Controller -->
<include file="$(find-pkg-share web_controller)/launch/web_controller.launch.xml" />

<!-- Verification -->
<group>
<push-ros-namespace namespace="verification"/>
<include file="$(find-pkg-share tier4_debug_tools)/launch/lateral_error_publisher.launch.xml">
</include>
</group>

</launch>

0 comments on commit 8440361

Please sign in to comment.