Gear does not change when vehicle stopped #2778
-
Hello everyone, In autoware.universe, gear does not change when vehicle stopped. After initialized vehicle, vehicle's gear is parking until goal_position set. However, when vehicle arrived to goal, autoware keeps gear in drive. I think if the vehicle arrive the goal position, gear should be changed drive to parking. What do you think about it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I agree. This functionality is easily implemented in |
Beta Was this translation helpful? Give feedback.
I agree. This functionality is easily implemented in
shift_decider
node, by subscribing to/autoware/state
switching shift toGearCommand::PARK
whenAutowareState::ARRIVED_GOAL
is received. Maybe it would be nice to add apark_on_arrival
option toshift_decider
node?