MCAP about twice slower when reading a topic from a converted ros1 file #1081
Unanswered
jmartinez-outrider
asked this question in
General
Replies: 0 comments 5 replies
-
It would be helpful to reproduce if you could share the bag file that you converted, the converted mcap file, and the python code you are using to read the bag file. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Are you able to provide |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I converted a rosbag file (format ros1) to mcap using the
mcap
command line. When I read the file it takes more than twice the time to read a given topic (in comparison to what it used to take when reading using rosbag). I'm using the python API.Is this something expected or am I doing something wrong?
Example of the code I'm using to read a topic.
Beta Was this translation helpful? Give feedback.
All reactions