extracting ROS laserscan messages from a given pose and a pointcloud

189 Views Asked by At

I have a ply file which is the pointcloud of an environment. I also have a csv file which has the pose of the quadcopter at every instants. Given these both as input, I want to extract planar laserscan data as a ROS laserscan message. Can anyone please help me?

1

There are 1 best solutions below

0
On

There is a package in ROS named pointcloud_to_laserscan ( Documentation of pointcloud_to_laserscan) that converts the 3D pointcloud data to 2D laserscan message.