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

feat(behavior): descend with goalie on block/role-position #588

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 20, 2024

  1. feat(behavior): descend with goalie on block/role-position

    by creating a generalized cancelable `AbstractDynupAnimation` class,
    where each implementing class has to define a `reset_animation` method,
    which is triggered on pop.
    
    `GetWalkready` is also now using this as a base in our behavior.
    
    In the future this class should be merge with the similar
    `PlayAnimationDynup` class in HCM.
    
    We now descend as goalie both on our role position and when we are in
    the block position, which is handled by the `OnBlockPosition` decision.
    texhnolyze committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ac08594 View commit details
    Browse the repository at this point in the history