Robotics StackExchange | Archived questions

How can i convert a .bag file to .pcd?

i used ubuntu 16 and wrote in terminal:

rosrun pcl_ros bag_to_pcd <input_file.bag> <topic> <output_directory>

but i'm getting this error:

[ERROR] [1488830410.790465733]: [registerPublisher] Failed to contact master at [localhost:11311].  Retrying...

Furthermore i tried to change localhost with my ip with command:

export ROS_MASTER_URI=http://X.X.X.X:11311/

but nothing!

Please help,i have no idea how to achieve this conversion!

Asked by terminxd on 2017-03-06 15:17:18 UTC

Comments

Please always use the Preformatted Text button (the one with 101010 on it) to format console copy-pastes. If you don't, error messages won't display properly and we're left to guess what you are referring to.

Asked by gvdhoorn on 2017-03-07 02:50:26 UTC

Answers