ROS1 .bag file conversion to ROS2 issue

Your Environment

  1. Your operating system: Ubuntu 22.04

  2. Version of python you are running (python --version): Python 3.10.12

  3. How did you install rosbags? Did you use pip to install from PyPI or a repository checkout or something else? pip install rosbags

  4. Version of rosbags you have installed (pip show rosbags | grep Version): 0.10.6

The Issue

I'm trying to convert from .bag to ros2 bag extension but I can't this error message occurs: ERROR: Converting rosbag: ValueError("invalid literal for int() with base 10: 'True'")

Steps to Reproduce

I used this command: yousif@L-IDP-330:~$ rosbags-convert --src ~/Desktop/OAK-D/record/1-19443010D19EE01200/recording.bag --dst ~/Desktop/Conv

Edited by Yousif Elraey