-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Flex resistance and angle support #1095
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Eirenliel
requested changes
Oct 9, 2024
server/core/src/main/java/dev/slimevr/tracking/trackers/TrackerDataSupport.kt
Outdated
Show resolved
Hide resolved
server/core/src/main/java/dev/slimevr/tracking/trackers/TrackerDataSupport.kt
Outdated
Show resolved
Hide resolved
Eirenliel
requested changes
Oct 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update tracker position protocol
Co-authored-by: ReDoX <[email protected]> Co-authored-by: michael091 <[email protected]> Co-authored-by: stronzo <[email protected]> Co-authored-by: MenacingExiler <[email protected]> Co-authored-by: Tailsy <[email protected]>
Co-authored-by: JaydenHa <[email protected]> Co-authored-by: Meow Wei <[email protected]>
Co-authored-by: nekomona <[email protected]>
Co-authored-by: MenacingExiler <[email protected]>
Co-authored-by: Erimel <[email protected]>
Co-authored-by: Mama-Gen <[email protected]> Co-authored-by: Mitsuaky <[email protected]>
Co-authored-by: antonyscherrer <[email protected]> Co-authored-by: Kyra <[email protected]> Co-authored-by: unlogisch <[email protected]> Co-authored-by: TheDevMinerTV <[email protected]>
Co-authored-by: MaxEvil <[email protected]> Co-authored-by: Uriel <[email protected]>
Co-authored-by: LavAriz <[email protected]> Co-authored-by: Uriel <[email protected]>
Co-authored-by: Graphite0 <[email protected]> Co-authored-by: Flar <[email protected]> Co-authored-by: Sergey <[email protected]> Co-authored-by: SummerArtz <[email protected]>
Co-authored-by: infopcgood <[email protected]> Co-authored-by: Kamilake <[email protected]>
Co-authored-by: TheDevMinerTV <[email protected]> Co-authored-by: unlogisch <[email protected]> Co-authored-by: antonyscherrer <[email protected]>
Co-authored-by: Meow Wei <[email protected]>
github-actions
bot
added
Area: Continuous Integration
Automated testing and deployment
Area: VMC
Related to the VMC driver
Area: VRCOSC
Related to the VRChat OSC driver
labels
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Application Protocol
Related to communication with apps like the GUI, overlay, games
Area: Continuous Integration
Automated testing and deployment
Area: Hardware Protocol
Related to communication with hardware/software trackers
Area: Server
Related to the server
Area: Skeletal Model
Deals with the model of the skeleton and its pose
Area: Translation
Improvements or additions to translations
Area: VMC
Related to the VMC driver
Area: VRCOSC
Related to the VRChat OSC driver
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NEW PR: #1242
Implements flex sensor support for UDP trackers.
This will be able to be used for any joint with a single (more or less...) degree of freedom such as the knee, fingers or even shoulders. Main use is for fingers.
GizmoQC's working repo for flex gloves firmware: https://github.com/Guizmo12/gizmoglovesmocap
Needs SlimeVR/SolarXR-Protocol#149
Based off #1091
Closes #961