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

New PoseFrame streaming format #1284

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

ButterscotchV
Copy link
Member

Currently AutoBone uses PFR and I've used PFR for debugging before, but the structure of the file is rigid and won't work for streaming to or from a file, which would be very important in testing/diagnosing issues. This new PFS format is based on the old PFR format for easy compatibility and to keep things simple, but make it more usable for the future.

This PR implements PFS and uses it by default in AutoBone, while still supporting the older PFR format. Converting PFR to PFS is very straightforward and most people don't use this feature at all, so I don't think it's necessary to implement conversion further.

@ButterscotchV ButterscotchV added Priority: Low Less important right now Area: AutoBone The AutoBone feature Type: Enhancement Adds or improves a feature labels Jan 18, 2025
@ButterscotchV ButterscotchV self-assigned this Jan 18, 2025
@github-actions github-actions bot added the Area: Server Related to the server label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: AutoBone The AutoBone feature Area: Server Related to the server Priority: Low Less important right now Type: Enhancement Adds or improves a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant