Conditional Flushing #239
sukhrajklair
started this conversation in
Ideas and feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Thanks for doing this amazing work. I was wondering if conditional flushing could be implemented? My use case is as follows:
I want to have a circular buffer of certain time length and flush only if certain conditions occur. For example, in case of autonomous navigation, I want to be able to review data that led up to an emergency situation such as "emergency break". Conditional Measurement might not work for this application as I want to see the data that leads up to an emergency situation not after it has happened.
This is already implemented in ROS2 bags but it would be nice to use DC for this as it offers much more functionality.
All reactions