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 | ros @ Robotics Stack Exchange |
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.
Asked: 2013-11-21 17:47:48 -0600
Seen: 1,738 times
Last updated: Nov 21 '13
Compatibility of .pcd files in ROS and standalone PCL
Fast triangulation of unordered point clouds - adding new clouds
Coloring point clouds from images - how to match 3Dpoint/pixel efficiently?
getting data from a pointcloud2 coming from Kinect
bag_to_pcd failed to contact master
Function for unpacking RGB point field from point in point cloud?