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

Implement QuadraticBezierCurve and MANNAutoregressiveInputBuilder #683

Merged
merged 4 commits into from
Jun 5, 2023

Conversation

GiulioRomualdi
Copy link
Member

@GiulioRomualdi GiulioRomualdi commented May 25, 2023

This PR implements the MANNAutoregressiveInputBuilder that is required to easily generate input for MANN from a joypad. The class does not depend on the joypad since it requires only two vectors. The desired motion direction and the facing direction.

@GiulioRomualdi GiulioRomualdi changed the title Implement QuadraticBezierCurve in Math component Implement QuadraticBezierCurve and MANNAutoregressiveInputBuilder May 25, 2023
@GiulioRomualdi GiulioRomualdi force-pushed the mann_autoregressive_input_generator branch from 5a8e293 to fcd9c89 Compare May 25, 2023 21:00
@GiulioRomualdi GiulioRomualdi force-pushed the mann_autoregressive_input_generator branch 2 times, most recently from 88557dc to f66de70 Compare May 26, 2023 08:19
@GiulioRomualdi GiulioRomualdi marked this pull request as ready for review May 26, 2023 08:21
@GiulioRomualdi GiulioRomualdi requested a review from S-Dafarra as a code owner May 26, 2023 08:21
@GiulioRomualdi GiulioRomualdi requested a review from S-Dafarra June 5, 2023 10:57
@GiulioRomualdi
Copy link
Member Author

I applied the modification you suggested, @S-Dafarra you can check again it 😄

@GiulioRomualdi GiulioRomualdi force-pushed the mann_autoregressive_input_generator branch from d3d5b3c to 0ed1076 Compare June 5, 2023 13:44
@GiulioRomualdi GiulioRomualdi merged commit 223ca98 into master Jun 5, 2023
@GiulioRomualdi GiulioRomualdi deleted the mann_autoregressive_input_generator branch June 5, 2023 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants