Gear is not changed to PARK on goal anymore. #3526
Labels
component:vehicle
Vehicle-specific implementations, drivers, packages. (auto-assigned)
type:bug
Software flaws or errors.
Checklist
Description
During a recent test drive, I observed Autoware does not change the vehicle gear to PARK anymore upon reaching goal. Normally, this piece of code is supposed to do so when
ARRIVED_GOAL
state is received:autoware.universe/control/shift_decider/src/shift_decider.cpp
Lines 73 to 74 in 001a865
Upon arrival, Autoware state changes quickly from
DRIVING
toARRIVED_GOAL
, toFINALIZING
, then back toWAITING_FOR_ROUTE
. Autoware is always in Autonomous mode and the vehicle is always engaged.Expected behavior
Gear is changed to park upon arrival if
park_on_goal_
istrue
Actual behavior
Gear unchanged.
Steps to reproduce
Drive autonomously to any goal.
Versions
No response
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: