hybrid_A_star
hybrid_A_star copied to clipboard
Can not reach the desired destination position
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];
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?
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!