Pointcloud_to_laserscan based on recorded data
Hi everyone,
I recorded some kinect data using openni with rosbag. Now i want to replay the data set and transform the 3D measurement into a laserscan. pointcloud_to_laserscan offers this function but it is embedded into a openni nodelet. If I started the corresponding launch file
roslaunch turtlebot_bringup kinect.launch
pointcloud_to_laserscan started, but no connection was established to rosbag. I allready checked the topic names ...
I assume it is not possible to execute the code out of the nodelet? Do you know another package that offers such a function?
Best wishes
Poseidonius