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

Two sensor inputs for map_overlay #77

Closed
yutakaoka opened this issue Sep 28, 2017 · 3 comments
Closed

Two sensor inputs for map_overlay #77

yutakaoka opened this issue Sep 28, 2017 · 3 comments

Comments

@yutakaoka
Copy link
Contributor

Hi,

Is there any way to deal with two sensor inputs(e.g laser and pointcloud) for making a "map_overlay" at once? I just wanted to utilize laser and point cloud info as one obstacle map.

Thanks,

@at-wat
Copy link
Owner

at-wat commented Sep 30, 2017

It is not yet supported by the nodes in the costmap_cspace package.
The simplest workaround is using laser_filters scan_to_cloud_filter_chain without any filter plugin to convert LaserScan to PointCloud2.
pointcloud2_to_map node supports multiple sources of the input cloud on one cloud topic.

@yutakaoka
Copy link
Contributor Author

Thank you for your advice. It seemed to be working well.

@at-wat
Copy link
Owner

at-wat commented Mar 29, 2018

#106 added the feature to overlay multiple costmaps.

@at-wat at-wat closed this as completed Mar 29, 2018
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