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

Can not reach the desired destination position #4

Open
ShutUpLiPeng opened this issue Nov 27, 2021 · 3 comments
Open

Can not reach the desired destination position #4

ShutUpLiPeng opened this issue Nov 27, 2021 · 3 comments

Comments

@ShutUpLiPeng
Copy link

ShutUpLiPeng commented Nov 27, 2021

With following start and end pose, the car can not reach the desired destination position
Pose 1

Start = [0, 23, pi];
End = [0, 2.5, pi];

wrong_dest

Pose 2

Start = [0, 23, pi];
End = [0, 2.5, -pi];

wrong_dest2

@wanghuohuo0716
Copy link
Owner

actually, the hybrid A* planner has planned a feasible path for pose 1 and pose 2, but car don't move, right?

maybe something wrong in the simulation module, have you sovled the probelem?

@wanghuohuo0716
Copy link
Owner

yeah,this is a known bug...

EntryPoint.m file, line 78:
function "GridAStar()" seems to calculate an incorrect"ObstMap"

EntryPoint.m file, line 55:
It may relate to the "XY_GRID_RESOLUTION" paramter

@wanghuohuo0716
Copy link
Owner

#6 same question!

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

2 participants