Skip to content

feat: Add servo motor inertia ratio calculations#1

Merged
evangress merged 1 commit into
mainfrom
add-servo-inertia-ratio-15092538530164795809
Jun 21, 2026
Merged

feat: Add servo motor inertia ratio calculations#1
evangress merged 1 commit into
mainfrom
add-servo-inertia-ratio-15092538530164795809

Conversation

@evangress

Copy link
Copy Markdown
Collaborator

This PR integrates a new set of servo motor calculations into the existing Mechatronics class.

Key changes:

  • calculate_inertia_ratio: Added to compute total load inertia and inertia ratio using reflected inertia and ballscrew/timing-belt dynamics.
  • _calculate_acceleration_torque: Added as a private method to use linear acceleration and mechanical reduction ratios to compute required acceleration torque using the base acceleration_torque method.
  • Both methods follow the existing convention of using keyword-only arguments.
  • Added comprehensive unit tests in tests/test_gear_electrical_mechatronics.py to ensure accuracy based on provided example usage parameters.

PR created automatically by Jules for task 15092538530164795809 started by @evangress

- Added `calculate_inertia_ratio` to `library/mechatronics.py`
- Added `_calculate_acceleration_torque` as a private method to reuse existing logic
- Added tests to `tests/test_gear_electrical_mechatronics.py` using provided example values
- Updated logic to enforce keyword-only arguments per codebase conventions

Co-authored-by: evangress <106449014+evangress@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@evangress
evangress merged commit 8989dd0 into main Jun 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant