Robotics StackExchange | Archived questions

Does a Point Cloud storage library/node exists?

I'll have to query a subset of points of a point cloud that is continuously updated. The query will ask for all the points in a cloud in a box in the 3D space. Does a library or a ros node developed for this task exist? The storage mechanism should provide both fast write and fast query response. If no library exists, I guess I could use an octree to implement it.

Asked by clynamen on 2015-03-12 12:12:02 UTC

Comments

Answers

If you're looking for an octree style storage I recommend you look at octomap

Asked by tfoote on 2015-03-12 13:05:54 UTC

Comments