Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential config error - default lookahead of pure_pursuit is too big, causing lane invasion #128

Open
squizz617 opened this issue May 3, 2021 · 0 comments

Comments

@squizz617
Copy link

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!

Environment

  • Operating system and version: Ubuntu 18.04
  • CARLA version: 0.9.10.1 (docker image: carlasim/carla:0.9.10.1)
  • Autoware version: 1.14.0 (docker image: autoware/autoware:1.14.0-melodic-cuda)
  • Bridge: carla-autoware-bridge at 975b6f3
  • ROS distribution and version:
    • ROS Melodic (pre-installed in the docker image)
  • ROS installation type:
    • Pre-installed in the docker image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant