BagFromImages icon indicating copy to clipboard operation
BagFromImages copied to clipboard

Create a rosbag from a collection of images

Results 10 BagFromImages issues
Sort by recently updated
recently updated
newest added

With the help of your examples, I am now able to put several image files of same affix (e.g. .png) into one single rosbag. However, in some new projects including...

when running `make` I get this error: ![43](https://user-images.githubusercontent.com/43095906/110485839-0de02d80-80ba-11eb-85ac-9624eb139cd0.png)

I have created a bag file and a random image from the data set is repeating over the whole video when I play it, Kindly tell me what to do

Hi, I got stumbled with the following unusual make error: Any insights would be appreciated! [ 33%] Linking CXX executable ../bin/BagFromImages /usr/bin/ld: CMakeFiles/BagFromImages.dir/main.cc.o: undefined reference to symbol '_ZN14console_bridge3logEPKciNS_8LogLevelES1_z' /usr/lib/x86_64-linux-gnu/libconsole_bridge.so: error...

I find this package very useful,thx dude, but it seems tha two issues: 1. link lib issue 2.I think the image encoding is BGR8?

Many cameras like a go-pro add a timestamp to the jpeg files, it would be nice if these can be used for stamping the image message in ROS.

I have problem while doing cmake .. > /opt/ros/kinetic/share/BagFromImages/build$ cmake .. [rosbuild] Building package BagFromImages Failed to invoke /opt/ros/kinetic/bin/rospack deps-manifests BagFromImages Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/rosdep2/rospack.py", line 59,...

@raulmur When I compile your package, I faced the error: *** No rule to make target 'opencv_calib3d-NOTFOUND', needed by '../bin/BagFromImages-master'. Stop.

The set of images I have are not at a fixed frequency. How can I use this code to convert them to rosbag ? If it is not possible with...