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

Costmap topics appear to be incorrect #1026

Closed
SteveMacenski opened this issue Aug 9, 2019 · 4 comments
Closed

Costmap topics appear to be incorrect #1026

SteveMacenski opened this issue Aug 9, 2019 · 4 comments

Comments

@SteveMacenski
Copy link
Member

I just found a relatively concerning problem where the collision checker in the spin recovery was looking at global_costmap/costmap_raw but the global costmap is actually publishing at costmap_raw so it was never getting any information!

We should look and make sure there's no other namespace / typo issues

@SteveMacenski SteveMacenski changed the title Audit topics to ensure connections are correct Costmap topics appear to be incorrect Aug 9, 2019
@SteveMacenski
Copy link
Member Author

I'm seeing 2 publishers on the namespace-less costmap topic, which i assume are the 2 costmaps, that's probably not good, there's got to be some folks not getting the information

@SteveMacenski
Copy link
Member Author

SteveMacenski commented Aug 9, 2019

There are agents subed to _raw, costmap, and updates, we need to rectify them a bit

Edit: New ticket for that #1028

@crdelsey
Copy link
Contributor

Did you see this behavior before or after #999 went in? I think there is a bug in #999. I think it needs the same fix that was added in #1020

@SteveMacenski
Copy link
Member Author

Agreed, I notice it fixed after I merged in #1020 but I was waiting on a confirmed reason why before closing out, but since you bring it up as well that's sufficient 👍

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