Skip to content
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

[humble] Handle unsupported serialization formats in rosbag2's. #1851

Draft
wants to merge 6 commits into
base: humble
Choose a base branch
from

Conversation

jespersmith
Copy link

Relevant issue

This PR allows ros2 bag play to playback rosbags that have unsupported topics inside.

The implementation finds the first topic with a supported format, and ignores all other topics.

Currently based on humble, as that unblocks us immediately. Once the general approach is approved, we can rebase onto rolling.

…files are scanned for the first support format. All other topics are ignored and the user is informed.

Signed-off-by: Jesper Smith <[email protected]>
@jespersmith jespersmith requested a review from a team as a code owner November 4, 2024 12:44
@jespersmith jespersmith requested review from MichaelOrlov and hidmic and removed request for a team November 4, 2024 12:44
@jespersmith jespersmith changed the base branch from humble to rolling November 4, 2024 12:46
@jespersmith jespersmith changed the base branch from rolling to humble November 4, 2024 12:46
@jespersmith jespersmith changed the title Handle unsupported serialization formats in rosbag2's. [Humble] Handle unsupported serialization formats in rosbag2's. Nov 4, 2024
@jespersmith jespersmith changed the title [Humble] Handle unsupported serialization formats in rosbag2's. [humble] Handle unsupported serialization formats in rosbag2's. Nov 4, 2024
@jespersmith
Copy link
Author

jespersmith commented Nov 4, 2024

I got a branch for rolling, but haven't had the time to test it yet (still on Ubuntu 22.04/Humble).

https://github.com/jespersmith/rosbag2/tree/feature/support-unsupported-serialization-formats-rolling

@jespersmith jespersmith marked this pull request as draft November 4, 2024 15:02
@jespersmith jespersmith force-pushed the feature/support-unsupported-serialization-formats branch from 8ecba18 to 6e50655 Compare November 14, 2024 10:52
Signed-off-by: Jesper Smith <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant