Skip to content

Commit

Permalink
feat: use control.launch.xml instead of control.launch.py (autowarefo…
Browse files Browse the repository at this point in the history
…undation#340)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 authored Oct 24, 2022
1 parent 6d1b706 commit 57a4f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

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

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

0 comments on commit 57a4f6a

Please sign in to comment.