-
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
Introducing Reindexer CLI #699
Conversation
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.
LGTM once green CI
Small comment - did you intent to re-replace the multiple_files test, or do you want to revert that back to the fixed master version?
Oh crud! No, I didn't intend to re-upload the broken test... Also, I might have had something funny go on with the rebasing I did. Looks like you found a place that might have occurred? I'll get your "nitpicks" fixed! (I quoted Nitpicks, because I don't think they're very nit-picky) |
Sorry - this'll need a quick rebase and conflict resolution - we've been touching some of the same files. It should be a simple resolution, though, we both added a python module to rosbag2_py |
0c08d3f
to
9917e1b
Compare
It looks like the rebase was successful on my end, so hopefully this works for you too? |
Ah - I'm realizing why those database files are re-added, and it's that we moved them to |
Wait, I'm confused. Should I remove the database files? I thought I had stopped re-introducing them. Unless you meant the ones in I think I'm making myself confused... |
Gist: https://gist.githubusercontent.com/emersonknapp/a0f471c5073bd874049e9c10ddb2bfe9/raw/5eae459c861e4b2e910b1530f57b3ca917adc8c2/ros2.repos |
These Note: there's a failing test problem right now that those will show for |
I thought I had copied over the ones you added. If there's a problem with the OSX test, then I'll delete them, and re-copy your database files again. |
Looks like that might have been the old database! All right, swapping it out... |
Note: just waiting on #705 before moving this forward. I'll do a rebase and test asap (probably tomorrow morning after the WG meeting) then merge if it's green |
Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Does not compile. Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
be a path Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
rosbag2_tests Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
e801c62
to
1b6606d
Compare
Gist: https://gist.githubusercontent.com/emersonknapp/a848456e0c1996c86fb34abc646482bc/raw/5eae459c861e4b2e910b1530f57b3ca917adc8c2/ros2.repos |
Windows warnings are the following two: |
* CLI interface to the rosbag2_cpp Reindexer `ros2 bag reindex` Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
* CLI interface to the rosbag2_cpp Reindexer `ros2 bag reindex` Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
* CLI interface to the rosbag2_cpp Reindexer `ros2 bag reindex` Distro A, OPSEC #4584 Signed-off-by: Jacob Hassold <[email protected]>
Fixes #395
Followup to #641
This PR adds the ros2bag/rosbag2_py CLI so that end users can reindex their bag files.