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
Bag split doesn't work during recording when cache enabled.
Rosbag2 record multiple files when split enabled alongside with double buffering cache mode.
Rosbag2 records only first file and when split happen dropping all other messages.
Issue was discovered during post merge code review of the PR #850
The text was updated successfully, but these errors were encountered:
RCA: In #850 was occasionally removed restart for the cache consumer thread after the bag split.
Sorry, something went wrong.
MichaelOrlov
Successfully merging a pull request may close this issue.
Description
Bag split doesn't work during recording when cache enabled.
Expected Behavior
Rosbag2 record multiple files when split enabled alongside with double buffering cache mode.
Actual Behavior
Rosbag2 records only first file and when split happen dropping all other messages.
To Reproduce
System (please complete the following information)
Additional context
Issue was discovered during post merge code review of the PR #850
The text was updated successfully, but these errors were encountered: