You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently bag all topics for ROS 1 and ROS 2 benchmarks. This makes it easy to post-process both input and output data, at the expense of huge storage requirements.
It'd be best to record only what's new (and necessary, as per user specification) and transparently yield the same input + output view to the user when accessing benchmark results.
Implementation considerations
Restricting the recording is easy (just forward a set of topics), offering a unified view is the tricky part. Hard links to input bags and synchronizing bag reads may be a path forward.
The text was updated successfully, but these errors were encountered:
Feature description
We currently bag all topics for ROS 1 and ROS 2 benchmarks. This makes it easy to post-process both input and output data, at the expense of huge storage requirements.
It'd be best to record only what's new (and necessary, as per user specification) and transparently yield the same input + output view to the user when accessing benchmark results.
Implementation considerations
Restricting the recording is easy (just forward a set of topics), offering a unified view is the tricky part. Hard links to input bags and synchronizing bag reads may be a path forward.
The text was updated successfully, but these errors were encountered: