You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched other issues and no duplicate issues were found.
I've agreed with the maintainers that I can plan this task.
Description
In autoware.universe, shift does not change when vehicle stopped. After initialized vehicle, vehicle's shift is parking until goal_position set. However, when vehicle arrived to goal, autoware keeps shift in drive.
Checklist
Description
In autoware.universe, shift does not change when vehicle stopped. After initialized vehicle, vehicle's shift is parking until goal_position set. However, when vehicle arrived to goal, autoware keeps shift in drive.
Related discussion
Purpose
Change shift to
GearCommand::PARK
when vehicle stops.Possible approaches
Subscribe to
/autoware/state
inshift_decider
node and change the shift toGearCommand::PARK
when vehicle arrives to the goal position.Definition of done
/autoware/state
inshift_decider.cpp
GearCommand::PARK
inshift_decider.cpp
whenAutowareState::ARRIVED_GOAL
is receivedThe text was updated successfully, but these errors were encountered: