Skip to content
New issue

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

Navigation local costmap not showing up #1108

Open
MrOCW opened this issue Apr 14, 2021 · 3 comments
Open

Navigation local costmap not showing up #1108

MrOCW opened this issue Apr 14, 2021 · 3 comments

Comments

@MrOCW
Copy link

MrOCW commented Apr 14, 2021

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 MrOCW changed the title Navigation using only RGBD and IMU data Navigation local costmap not showing up May 7, 2021
@DatSpace
Copy link

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

@MrOCW
Copy link
Author

MrOCW commented Jun 19, 2021

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

@DatSpace
Copy link

DatSpace commented Jun 19, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants