We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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];
Pose 2
Start = [0, 23, pi]; End = [0, 2.5, -pi];
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
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
#6 same question!
No branches or pull requests
With following start and end pose, the car can not reach the desired destination position
Pose 1
Pose 2
The text was updated successfully, but these errors were encountered: