We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using ros2 bag record in snapshot-mode and I want to be able to use both a max size for the bag file and a duration to split the bag files up by.
Currently with snapshot-mode and setting a max_bag_duration I end up getting bag files with no messages but has some metadata about topics etc.
it would be great if the bag files would not be created until the snapshot service was called and then they get split by duration and size as normal 👍
snapshot-mode supports max_bag_duration argument with max_bag_size
Possibly look through the cache and split based on time in topic messages
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #900
Sorry, something went wrong.
No branches or pull requests
Description
I am using ros2 bag record in snapshot-mode and I want to be able to use both a max size for the bag file and a duration to split the bag files up by.
Currently with snapshot-mode and setting a max_bag_duration I end up getting bag files with no messages but has some metadata about topics etc.
it would be great if the bag files would not be created until the snapshot service was called and then they get split by duration and size as normal 👍
Completion Criteria
snapshot-mode supports max_bag_duration argument with max_bag_size
Implementation Notes / Suggestions
Possibly look through the cache and split based on time in topic messages
Testing Notes / Suggestions
The text was updated successfully, but these errors were encountered: