Can I enforce rgbdslam to save ply in binary ?
Saving ASCII ply is painfully slow, can I save it in binary mode? Thanks!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Saving ASCII ply is painfully slow, can I save it in binary mode? Thanks!
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.
Asked: 2013-06-17 03:22:00 -0600
Seen: 469 times
Last updated: Jun 20 '13
Error when compiling RGBDSLAM for Kinect
How to use RGBD-6D-SLAM for path planning and navigation with Kinect
Problem generating PCD from rgbdslam
RGB-6D-SLAM performance on a robot
Limiting depth kinect sees in rgbdslam?
RGBDSLAM make problem: /usr/bin/ld: cannot find -lgsl
Howto create semantic maps using ROS and Kinect?