-
Notifications
You must be signed in to change notification settings - Fork 6
feat(PushUp Model): Nicer model/movement input, slower movement (1.5s for p… #1108
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
Conversation
…ushup) which allows it to go much further without overloading
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.
Pull Request Overview
This PR improves the PushUp model by making the movement parameters more configurable and reducing the movement speed (from 1.0s to 1.5s) to prevent the model from overloading during push-up simulations.
Key Changes:
- Introduced configurable parameters (
Time,ChestHeightTop,ChestHeightBottom) to make the model more flexible - Refactored chest height calculations to use parametric formulas based on the new configurable values
- Updated documentation to better explain the model's strength limitations during push-up movements
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| Application/Examples/PushUp/PushUp.main.any | Added configurable time and height parameters, updated study duration to use the new Time parameter, and enhanced documentation explaining model strength limitations |
| Application/Examples/PushUp/Model/JointsAndDrivers.any | Refactored chest height measurement structure, converted hard-coded values to parametric formulas using the new configuration variables, and applied consistent formatting to assignment operators |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]> Signed-off-by: M. Damsgaard <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: M. Damsgaard <[email protected]>
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.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ushup) which allows it to go much further without overloading