-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[backport foxy-future] Reindexer (#641, #699) #860
[backport foxy-future] Reindexer (#641, #699) #860
Conversation
Add a new C++ Reindexer class for reconstructing metadata from bags that are missing it. Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]> Signed-off-by: Emerson Knapp <[email protected]>
* CLI interface to the rosbag2_cpp Reindexer `ros2 bag reindex` Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
dd5ce35
to
98ff023
Compare
Compatibility fixes in separate commit:
|
Signed-off-by: Emerson Knapp <[email protected]>
98ff023
to
fb273e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While implementation looks god for me, I would recommend to move compatibility related code which is corresponds to the ros2/rcutils#323 to the separate files in the same rosbag2_cpp
include
and src
folders.
The rational for that is that if someone in the future will try to backport ros2/rcutils#323 the code will not compile until removing this workaround. And it will not pollute reindexer.cpp
Is there some way to fix one last failed check? Looks like it is some kind of problem with signing-off commits |
That's not a blocking issue - more importantly it needs ci.ros2.org run on it |
Backport PRs #641 (reindexer functionality) and #699 (reindexer CLI) to foxy-future branch.
Related to #859