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

Commit

Permalink
feat(shift_decider): add auto-park when arrived goal
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe committed Sep 14, 2022
1 parent ad8d562 commit 3c19987
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions control_launch/launch/control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,14 @@ def launch_setup(context, *args, **kwargs):
name="shift_decider",
remappings=[
("input/control_cmd", "/control/trajectory_follower/control_cmd"),
("input/state", "/autoware/state"),
("output/gear_cmd", "/control/shift_decider/gear_cmd"),
],
parameters=[
{
"park_on_goal": True,
}
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
)

Expand Down

0 comments on commit 3c19987

Please sign in to comment.