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

Lower ROS benchmarks' storage requirements #106

Open
hidmic opened this issue Sep 29, 2024 · 0 comments
Open

Lower ROS benchmarks' storage requirements #106

hidmic opened this issue Sep 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hidmic
Copy link
Collaborator

hidmic commented Sep 29, 2024

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.

@hidmic hidmic added the enhancement New feature or request label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant