Skip to content

Commit

Permalink
Add control composed launch (autowarefoundation#201)
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 authored and tkimura4 committed Dec 13, 2021
1 parent f5c40ae commit 602712e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion launch/autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</include>

<!-- Control -->
<include file="$(find-pkg-share control_launch)/launch/control.launch.xml">
<include file="$(find-pkg-share control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Expand Down
2 changes: 1 addition & 1 deletion launch/autoware_launch/launch/logging_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

<!-- Control -->
<group>
<include file="$(find-pkg-share control_launch)/launch/control.launch.xml" if="$(var control)">
<include file="$(find-pkg-share control_launch)/launch/control.launch.py" if="$(var control)">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</include>

<!-- Control -->
<include file="$(find-pkg-share control_launch)/launch/control.launch.xml">
<include file="$(find-pkg-share control_launch)/launch/control.launch.py">
<!-- options for lateral_controller_mode: mpc_follower, pure_pursuit -->
<arg name="lateral_controller_mode" value="mpc_follower" />
</include>
Expand Down

0 comments on commit 602712e

Please sign in to comment.