hybrid_A_star icon indicating copy to clipboard operation
hybrid_A_star copied to clipboard

Can not reach the desired destination position

Open ShutUpLiPeng opened this issue 3 years ago • 3 comments

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

ShutUpLiPeng avatar Nov 27 '21 03:11 ShutUpLiPeng

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 avatar May 31 '22 16:05 wanghuohuo0716

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 avatar Jan 12 '23 15:01 wanghuohuo0716

#6 same question!

wanghuohuo0716 avatar Feb 04 '23 05:02 wanghuohuo0716