Problem converting bag files into point cloud files [closed]

asked 2014-12-18 02:38:53 -0500

shehroze37 gravatar image

updated 2014-12-18 06:50:53 -0500

bvbdort gravatar image

Hi I have .bag file which prints the following information when I run rosbag info on it

path:        Downloads/LSD_room_pc.bag
version:     2.0
duration:    1:08s (68s)
start:       Sep 04 2014 03:32:54.98 (1409797974.98)
end:         Sep 04 2014 03:34:03.38 (1409798043.38)
size:        308.2 MB
messages:    2957
compression: none [89/89 chunks]
types:       lsd_slam_viewer/keyframeGraphMsg [d23a8a86773b54db7399debf884d0c9e]
             lsd_slam_viewer/keyframeMsg      [42d4108dbb7d0e5d166eb68dd4054826]
topics:      /lsd_slam/graph         193 msgs    : lsd_slam_viewer/keyframeGraphMsg
             /lsd_slam/keyframes      87 msgs    : lsd_slam_viewer/keyframeMsg    
             /lsd_slam/liveframes   2677 msgs    : lsd_slam_viewer/keyframeMsg

When I run

rosrun pcl_ros bag_to_pcd Downloads/LSD_room_pc.bag /lsd_slam_keyframes ./pointclouds

it says

Saving recorded sensor_msgs::PointCloud2 messages on topic /lsd_slam/graph to ./Downloads/LSD_pcds

but still there is no file in the output directory

Whats going wrong here???

Cheers, Shehroze

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-09-11 15:17:56.194982

Comments

did you check in ./Downloads/LSD_pcds folder ?

bvbdort gravatar image bvbdort  ( 2014-12-18 06:56:15 -0500 )edit

Yeah there's nothing in the folder

shehroze37 gravatar image shehroze37  ( 2014-12-20 07:21:19 -0500 )edit