Skip to content

Commit

Permalink
add autoware api launcher (autowarefoundation#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi-t4 authored and tkimura4 committed Dec 13, 2021
1 parent 0a9de9e commit 8e31d49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launch/autoware_launch/launch/autoware.launch
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<arg name="lateral_controller_mode" value="mpc_follower" doc="options: mpc_follower, pure_pursuit"/>
</include>

<!-- AutowareAPI -->
<include file="$(find awapi_awiv_adapter)/launch/awapi_awiv_adapter.launch" />

<!-- Rviz -->
<node pkg="rviz" type="rviz" name="rviz" output="screen" args="-d $(find autoware_launch)/rviz/autoware.rviz" if="$(arg rviz)" />

Expand Down
3 changes: 3 additions & 0 deletions launch/autoware_launch/launch/planning_simulator.launch
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<arg name="lateral_controller_mode" value="mpc_follower" doc="options: mpc_follower, pure_pursuit"/>
</include>

<!-- AutowareAPI -->
<include file="$(find awapi_awiv_adapter)/launch/awapi_awiv_adapter.launch" />

<!-- Rviz -->
<node pkg="rviz" type="rviz" name="rviz" output="screen" args="$(arg rviz_args)" if="$(arg rviz)" />

Expand Down

0 comments on commit 8e31d49

Please sign in to comment.