Animation: dock demo alive-head mode and documentation (workstream D) - #54
Open
Clancey wants to merge 2 commits into
Open
Animation: dock demo alive-head mode and documentation (workstream D)#54Clancey wants to merge 2 commits into
Clancey wants to merge 2 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
DockMode, a 50 Hz procedural alive-head demo with idle breathing, gaze, antenna drift, and scheduled gesture support.Dock safety guarantee
DockMode.step()applies the docked leg pose as a final hard mask after mixing and again after safety limiting. The ten returned leg entries are byte-identical to the docked pose regardless of clip contents or forced triggers. Clips containing any leg joint are rejected on registration.Tests
The dock safety test runs 1,000 steps with forced clip triggers and asserts the ten leg bytes equal the docked pose on every step; a separate test asserts leg-containing clips are rejected.