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

Make C++ online bagger #8

Open
cbrxyz opened this issue Jan 2, 2025 · 0 comments
Open

Make C++ online bagger #8

cbrxyz opened this issue Jan 2, 2025 · 0 comments
Assignees
Labels

Comments

@cbrxyz
Copy link
Member

cbrxyz commented Jan 2, 2025

The online bagger tool is a super helpful tool made by Kevin that allows us to store bagged information about important events, after they happen. This makes diagnosing events much easier, since we can easily get the data that led to the event happening!

The bagger should support:

  • A config file for customizing its parameters (its history length, topic names, bag locations)
  • Service to write the history for a group of topics to disk (ie, calling /bagger/record with {topic_group: "odom", history: 30} would write the last 30 seconds of odom-related topic data to disk)
  • Re-subscribes to a topic if it goes down/is not visible
  • Action server/client for showing progress of writing file to disk
@cbrxyz cbrxyz added the cpp label Jan 2, 2025
@cbrxyz cbrxyz self-assigned this Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant