ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question
0

Save PointCloud2 data

asked 2013-11-21 17:47:48 -0500

hali19 gravatar image

updated 2014-01-28 17:18:37 -0500

ngrennan gravatar image

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-11-21 19:48:09 -0500

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.

edit flag offensive delete link more

Comments

Thank you, I am learning about using .pcd files

hali19 gravatar image hali19  ( 2013-11-21 22:22:41 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2013-11-21 17:47:48 -0500

Seen: 1,541 times

Last updated: Nov 21 '13