Vehicle can not move because steering is not controlable when stopped #4915
Labels
component:control
Vehicle control algorithms and mechanisms. (auto-assigned)
status:stale
Inactive or outdated issues. (auto-assigned)
Checklist
Description
In vehicle_cmd_gate, if the vehicle is in the stopped state it sends the current steering to the low level. However, this causes a bug for the longitudinal controller because of keep_stopped_until_steering_converge parameter.
Because of this, in planning_simulator, we can not control the steering when velocity is zero in the manual controller.
I think moving keep_stopped_steering_convergence parameter from pid_controller to vehicle_cmd_gate is a good option to fix it.
Expected behavior
The vehicle is moving when it is in autonomous mode.
Actual behavior
The vehicle is not moving when it is in autonomous mode.
Steps to reproduce
Versions
No response
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: