ANYbotics / grid_map

Universal grid map library for mobile robotic mapping
BSD 3-Clause "New" or "Revised" License
2.52k stars 794 forks source link

README gives the false impression that conversion from Pointcloud2 to grid_map layers are available. #457

Open cemonem opened 1 month ago

cemonem commented 1 month ago

Hello,

The Readme gives the false impression that there are seamless methods of conversion available for using pointcloud messages. This issue https://github.com/ANYbotics/grid_map/issues/158 suggests that is not the case, there are some workarounds with converting to octomap then grid_map or heavy lifting needs to be done by porting elevation mapping code from ROS1 to ROS2. Please update the README.

Thanks.