Laser Scan publisher
I have written a laser scan filter based off of geometric correction. It is doing well, so I'd like to try mapping with it. After the scan is filtered, it is stored in a pcl::PointCloud<pcl::PointXYZ> PointCloud
. I need to take this and convert it to a laser scan for gmapping. Any helpful hints as to how I go about this?