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

How can I get the costmap of elevation_map from the topic? #145

Closed
SUN-GE opened this issue Dec 8, 2020 · 4 comments
Closed

How can I get the costmap of elevation_map from the topic? #145

SUN-GE opened this issue Dec 8, 2020 · 4 comments

Comments

@SUN-GE
Copy link

SUN-GE commented Dec 8, 2020

Thanks for your excellent work!

I have run the demo successfully. I'd like to ask is there any directly way that I could get the costmap from the elevation map's topic?

Looking forward to your reply. Thanks a lot.

@SUN-GE SUN-GE changed the title The error when build the elevation_mapping package How can I get the costmap of elevation_map from the topic? Dec 8, 2020
@usamex
Copy link

usamex commented Dec 9, 2020

I had been looking for this as well and I guess there's no option but to implement your own costmap plugin. You can find an excellent example in the PR (Pull Request Section) #84 . Hope this helps.

@maximilianwulf
Copy link
Contributor

Hi @SUN-GE, @usamex is right, at the moment the package does not support costmaps. The grid_map package provides functionalities to convert height maps to costmaps, see here.

For the moment, you will have to implement this feature by yourself. We do not plan to integrate it.

@SUN-GE
Copy link
Author

SUN-GE commented Dec 10, 2020

Thanks for your advice! @usamex @maximilianwulf

@SUN-GE SUN-GE closed this as completed Dec 10, 2020
@hzyhuter
Copy link

@usamex hey Thank you for giving me this advice, can you teach me the exact use of this plugin? I am new in this area. Appreciate it!

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

4 participants