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
Hi,
As shown in the video, the default lookahead value of pure_pursuit set in carla-autoware-agent/agent/launch/my_motion_planning.launch is too big, and causing vehicles to crash into fences or step over curbs while making sharp right turns.
After experimenting with various configurations, I found that setting the lookahead_ratio to 0.5 and minimum_lookahead_distance to 4.0 makes the vehicle make proper right turns in both slow and fast speeds. Any thoughts on changing the default configuration? Thanks!
Hi,
As shown in the video, the default lookahead value of
pure_pursuit
set incarla-autoware-agent/agent/launch/my_motion_planning.launch
is too big, and causing vehicles to crash into fences or step over curbs while making sharp right turns.After experimenting with various configurations, I found that setting the
lookahead_ratio
to0.5
andminimum_lookahead_distance
to4.0
makes the vehicle make proper right turns in both slow and fast speeds. Any thoughts on changing the default configuration? Thanks!Environment
carlasim/carla:0.9.10.1
)autoware/autoware:1.14.0-melodic-cuda
)975b6f3
The text was updated successfully, but these errors were encountered: