Save PointCloud2 data
I am running Hokuyo UTM-30LX in real time and getting PointCloud2 published. Each time I move the laser, the previous PointCloud data is lost. How can I save parts of pcl assembled scan?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
I am running Hokuyo UTM-30LX in real time and getting PointCloud2 published. Each time I move the laser, the previous PointCloud data is lost. How can I save parts of pcl assembled scan?
Have a look at the laser assembler package. That one will allow you to create aggregated pointclouds from multiple laser scans and retrieve them via a service. By calling this service from your own node, you could collect pointcloud data over time, save it to .pcd files or do anything else you want.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-11-21 17:47:48 -0500
Seen: 1,541 times
Last updated: Nov 21 '13
Kinect RGB + Depth to .pcd format
How to open .pcd file in ASCII or text mode [closed]
Fastest way to build a 3D map from 3D Scans and TF data?
moving points matching 2d laser scan
ros-fuerte-pcl running with ros-electric
Python PCL fails to install [closed]