Motion_velocity_smoother should depend the steering_rate_limit #1023
Labels
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
type:new-feature
New functionalities or additions, feature requests.
Milestone
Checklist
Description
Discussion here!
Related: #567
Hello everyone,
I realized that planning module in Autoware do not depend the steering angle rate. In lateral controller, we can set steering_rate_limit (here). When I set lower steering_rate_limit, the states that are calculated by lateral_controller are seem good. But longitudinal controller can not handle, It should slow down the vehicle because of low steering_angle_rate but it is not. vehicle could not turn over the high curvature paths.
Purpose
As mentioned in discussion, new function which change the velocities w.r.t. steering_rate_limit will be added to motion_velocity_smoother.
Possible approaches
New step will be added after
apply lateral acceleration limit
to decrease velocities where steering_rate > steering_rate_limit.Definition of done
The text was updated successfully, but these errors were encountered: