rosbag2video
rosbag2video copied to clipboard
converts image sequence in ros bag files to video files
I installed the code and I run it. There was no problem but no video has been generated. After that, I installed the following dependencies and tried to run the...
i've used the package and i had problems with the lz4 compressed file, so first i used a decompressed bag file. Then i run the command: `python3 rosbag2video.py 20210915_091839.bag `...
Hi, thanks for the code. I've run it, at first it ran smoothly. After some minutes the process doesn't move forward. I waited for 30 minutes and it doesn't get...
Hi, Thank you for the great work. My rosbag topic is **/depth_image** with datatype: **sensor_msgs/Image**, it obtained by convert lidar (VLP-16) point clouds into a depth image (mono16). Could you...
if you want to extract compressed_image from ros2 bag, then you can use this code.
Running `$ sudo apt install python3-roslib python3-sensor-msgs python3-opencv` outputs: ``` Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python3-roslib E: Unable to...
Hi, I have the same problem with #17 . The solution there doesn't work for me. Is there a solution to this problem yet? No LSB modules are available. Distributor...
Is there any update? _Originally posted by @zehranrgi in https://github.com/mlaiacker/rosbag2video/issues/36#issuecomment-2033813268_
I am running Master branch with ros2 foxy, and trying to convert a color stream (image_raw) to mp4. Apparently this script only works for compressed images out of the box,...