navigation icon indicating copy to clipboard operation
navigation copied to clipboard

Navigation local costmap not showing up

Open MrOCW opened this issue 3 years ago • 3 comments

Hi everyone, I have a pre built 2D map and I'd like to use it for autonomous navigation on a custom robot that I built with an Arduino Nano and Jetson Xavier NX. However, I am not able to get the local costmap running although the global costmap works fine. image However, changing costmap to map does display the local square map, though it is empty image image image

MrOCW avatar Apr 14 '21 15:04 MrOCW

You are drawing behind with an alpha of 0.7. Try making the alpha 1, and deselect the draw behind button ?

DatSpace avatar Jun 19 '21 08:06 DatSpace

@DatSpace I've tried with many different values before, draw behind selected and unselected, did not make any difference unfortunately.

MrOCW avatar Jun 19 '21 08:06 MrOCW

Have you verified that the topic actually receives the data ? With rostopic echo <topic_name>

I mean it might be a visualization problem, or a settings problem, from the cost map side.

DatSpace avatar Jun 19 '21 08:06 DatSpace