ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Can I enforce rgbdslam to save ply in binary ?

asked 2013-06-17 03:22:00 -0500

Benzwr gravatar image

updated 2014-01-28 17:16:55 -0500

ngrennan gravatar image

Saving ASCII ply is painfully slow, can I save it in binary mode? Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-06-20 02:36:27 -0500

No. But you can find find the code for ply writing in src/graph_mgr_io.cpp in the method

void GraphManager::pointCloud2MeshFile(QString filename, pointcloud_type full_cloud)

If you know how to implement saving binary ply files, you can do it there. If you do so, I'd be interested in a patch.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-06-17 03:22:00 -0500

Seen: 267 times

Last updated: Jun 20 '13