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

headless RGBDSlam .PLY saver

asked 2012-05-01 22:59:25 -0500

Amin gravatar image

updated 2014-01-28 17:12:10 -0500

ngrennan gravatar image

Hi,

I'm using RGBDSlam in headless mode and I would like to save all clouds in one .PLY file. the "rosservice call /rgbdslam/ros_ui save_all" service is saving the into a .PCD file. Is the a parameter that I can add to headless.launch?

I changed the source code in ros_service_ui.cpp . It saves to ply file now but meshlab is not able to load it and gives some error about shader. I guess I'm doing something wrong.

edit retag flag offensive close merge delete

Comments

Does it work to open them when you save via the GUI?

Felix Endres gravatar image Felix Endres  ( 2012-05-03 11:10:57 -0500 )edit

Also, can you post the change that you did in ros_service_ui.cpp? Changing from ".pcd" to ".ply" will not do the job.

dejanpan gravatar image dejanpan  ( 2012-09-20 12:23:04 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-09-24 11:15:41 -0500

Sorry, there's no choice from the service call interface. Not sure yet whether to consider it a bug or not. For a quick fix, edit ros_service_ui.cpp's method saveIndividual(), so that the tmpfilename ends with .ply.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2012-05-01 22:59:25 -0500

Seen: 430 times

Last updated: Sep 24 '12