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

Parking tutorial in documentation fails to reach goal #2484

Closed
3 tasks done
mitsudome-r opened this issue Dec 9, 2022 · 0 comments · Fixed by #2485
Closed
3 tasks done

Parking tutorial in documentation fails to reach goal #2484

mitsudome-r opened this issue Dec 9, 2022 · 0 comments · Fixed by #2485
Labels
priority:high High urgency and importance. type:bug Software flaws or errors.

Comments

@mitsudome-r
Copy link
Member

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

Description

When I follow the parking planner instruction in Autoware Documentation, it does not plan path correctly.

It should first plan path to the nearest lane, but it tries to reach goal directly without consideration of vehicle kinematic model.
image

Expected behavior

Fails to reach goal when goal is set in parking area.

Actual behavior

Succeeds to reach goal when goal is set in parking area.

Steps to reproduce

Follow parking scenario in Autoware Documentation

Versions

  • OS: Ubuntu 22.04
  • ROS 2 Humble
  • Autoware main branch

Possible causes

#2340

It seems behavior planner was supposed to refine the goal to closest lane first, but it was removed from this PR. #2340

We should probably redesign the system to switch between parking<->lane_driving mode, but I think reverting the commit would be the easiest fix for now.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high High urgency and importance. type:bug Software flaws or errors.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants