Ways to read mcap with topic and time filtering #1086
Replies: 1 comment 2 replies
-
If you are using ROS and the ROS apis I recommend posting this request to the specific ROS repo that contains those reader APIs. If you are using the mcap c++ library from the mcap repo the |
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
-
Hello, i was trying to read a MCAP file which is recorded based on ros2 messages. The current way is to use rosbag2_cpp/reader/sequential_reader to read every single messages inside the bag based on sequential time. This way does not accept any time or topic filtering, the only way is to use some if-else to filter the topic and time, which is very inefficient.
Is there any api which i can read only the selected time and topics directly from the mcap file?
If so, i would be very appreciate for some examples... Big help!
Beta Was this translation helpful? Give feedback.
All reactions