locusrobotics / robot_navigation

Spiritual successor to ros-planning/navigation.
444 stars 149 forks source link

crashing with MapGridCritics #6

Closed naveedhd closed 6 years ago

naveedhd commented 6 years ago

Critics based on MapGridCritics crashed in prepare causing local_planner/move_base to crash.

On looking a bit in, it has something to do with propogateManhattanDistance/costmap_queue, but wasn't able to look deeper.

sjphilli commented 6 years ago

Also having this issue. It looks like the crash is happening when the current_cell.index_ is returning a massive number in the CostmapQueue::getNextCell() function. I'll look into how the current_cell object is being populated and update if I find the problem.

DLu commented 6 years ago

@naveedhd @sjphilli I've updated the CostmapQueue package here to a new version that has been more extensively tested. Can you let me know if it fixes your problems?

sjphilli commented 6 years ago

@DLu This fixed the issue I was having - thanks for the update David!

naveedhd commented 6 years ago

a co-worker is trying out and seems to be fixed! closing the issue.