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

Extracting images from rosbag

asked 2011-04-05 13:46:22 -0500

Ibrahim gravatar image

Hi,

I'm trying to extract images from a rosbag file with video, following the instructions here:

http://www.ros.org/wiki/rosbag/Tutori...

I edited the roslaunch file for my specific files and it says that it's saving images apparently, but I have no idea where they're going. They're not in the directory I ran the command from, they're not in the image_view package directory, and I tried using locate to find them but I couldn't find them that way either. I tried looking at the source of extract_images.cpp but I don't see why it's not working since I thought cvSaveImage should probably save it into the current directory if a full path isn't specified. Any help would be appreciated, thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-04-05 13:49:39 -0500

Ibrahim gravatar image

D'oh, I found out that it put them in the ROS_HOME directory, which happens to be ~/.ros/. Did not realize this. Hope this helps someone else later.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-04-05 13:46:22 -0500

Seen: 3,044 times

Last updated: Apr 05 '11