You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
When attempting to use ros2 bag convert with an un-indexed MCAP as the source file, some log messages are printed:
[WARN] [1666590451.821784700] [rosbag2_storage_mcap]: no message indices found, falling back to reading in file order
[ERROR] [1666590451.838618391] [rosbag2_storage_mcap]: cannot read MCAP in time order with no message indexes
ros2 bag convert should not care about read order - it should write them back out in whatever order they arrive. It's possible there should be a "any" ReadOrder option, indicating that the reader leaves the order up to the plugin to determine.
Expected Behavior
ros2 bag convert would succeed in reading the input MCAP.
Actual Behavior
** clear and concise description of what actually happened. include copied logs whenever possible **
Description
When attempting to use
ros2 bag convert
with an un-indexed MCAP as the source file, some log messages are printed:ros2 bag convert
should not care about read order - it should write them back out in whatever order they arrive. It's possible there should be a "any" ReadOrder option, indicating that the reader leaves the order up to the plugin to determine.Expected Behavior
ros2 bag convert
would succeed in reading the input MCAP.Actual Behavior
** clear and concise description of what actually happened. include copied logs whenever possible **
To Reproduce
Take any source bag, and run:
System (please complete the following information)
** For ROS 2 bugs - please attach a VCS.repos or Dockerfile if possible to help us reproduce the environment **
Additional context
** Add any other context about the problem here **
The text was updated successfully, but these errors were encountered: