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

planning sometimes fails when using RRT* for parking #2099

Closed
3 tasks done
TakaHoribe opened this issue Oct 18, 2022 · 3 comments · Fixed by #2350
Closed
3 tasks done

planning sometimes fails when using RRT* for parking #2099

TakaHoribe opened this issue Oct 18, 2022 · 3 comments · Fixed by #2350
Assignees
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) type:bug Software flaws or errors.

Comments

@TakaHoribe
Copy link
Contributor

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

planning fails when driving in parking lots with rrtstar algorithm in the freespace_planner.

The solved trajectory by the freespace_planner is visualized as in the picture below, but the output from the motion_velocity_smoother is not visualized.

image

Attach the terminal output for further information.
image

Expected behavior

arrive at a goal with rrtstar algorithm in parking scenario.

Actual behavior

planning fails and it won't arrive at a goal

Steps to reproduce

  1. change the default param in freespace_planner from astar to rrtstar
  2. set a goal to in the parking lot and run in the parking scenario

Versions

No response

Possible causes

No response

Additional context

No response

@TakaHoribe TakaHoribe added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Oct 18, 2022
@BonoloAWF BonoloAWF added type:bug Software flaws or errors. priority:high High urgency and importance. labels Oct 26, 2022
@BonoloAWF BonoloAWF added this to the Bus ODD Nov-Dec Milestone milestone Oct 26, 2022
@xmfcx xmfcx added the status:help-wanted Assistance or contributors needed. label Nov 1, 2022
@TakaHoribe
Copy link
Contributor Author

no one is assigned now

@shulanbushangshu
Copy link
Contributor

I test the "rrtstar" in the parking.The path display planning is successful, but the trajectory of motion_velocity_smoother display wrong is in the process of control. Simulation of the video as follows:

Screenshot from 2022-11-10 16-57-02

parking_failure.mp4

@NorahXiong
Copy link
Contributor

It is caused by driving direction change point error. I will fix it.

@NorahXiong NorahXiong self-assigned this Nov 22, 2022
@mitsudome-r mitsudome-r removed status:help-wanted Assistance or contributors needed. priority:high High urgency and importance. labels Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) type:bug Software flaws or errors.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

6 participants