Skip to content

Commit

Permalink
feat(shift_decider): add auto-park when arrived goal (#483)
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe authored Sep 14, 2022
1 parent 6098a73 commit 5b3d44f
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 5b3d44f

Please sign in to comment.