How to change fake laser scan direction of rotation
So I've generated my fake laser scan from the Kinect sensor point cloud using laserscan_to_pointcloud and am doing 2D SLAM using gmapping in a manner similar to the Turtlebot, but it looks as if the occupancy grid is being updated as if the laser were rotating in the opposite direction (anticlockwise instead of clockwise). What's the best way to change the laser scan direction within gmapping/slam_gmapping ? Displaying the fake laser scan I can see that it's in the correct orientation, it's just the gmapping node which is mirroring it.