Skip to content

A comprehensive numerical sizing script in MATLAB for motor, gearbox (and spring) for stiff or series elactic actuators. (SEA)

License

Notifications You must be signed in to change notification settings

sadegroo/seasize

Repository files navigation

seasize

A comprehensive numerical sizing script in MATLAB for motor, gearbox (and spring) for (series elactic) actuators.

Designing an actuator is challenging. Often, only nominal torque and speed requirements are met, and acceleration requirements and inertia are ignored, which can result in an undersized actuator, unable to perform the required task. This project intends to help actuator designers and researchers properly size an actuator for a well-defined task. The code implements a sizing method introduced by van de Straete et al. [2], and expands upon it by adding the SEA's spring to the evaluation.

Example: Combined reduction ratio and stiffness evaluation

The matlab script file "example.m" contains an example use of the classes capable of evaluating the effect of reduction and stiffness simultaneously.

Example output

Motion profile

Motion profile

Reduction ratio evaluation

Reduction ratio evaluation

Relative RMS torque with spring

Relative RMS torque with spring

Relative peak absolute power with spring

Relative peak absolute power with spring

Relative average power with spring (proportional to energy use)

Relative average power with spring

Legacy code

This project contains legacy code, as it was used at the time we designed our SEA and wrote the paper [1]. It is containded in the mainscripts folder. This code does not evaluate a N-K grid (reduction-stiffness), but rather evalutes the reduction ratio first. Afterwards, a ratio needs to be selected, and the effect of stiffness is evaluated. Finally, the motor limits need to be checked. This procedure can be iterative and was improved upon by using classes and the grid approach.

Resources

About

A comprehensive numerical sizing script in MATLAB for motor, gearbox (and spring) for stiff or series elactic actuators. (SEA)

Topics

Resources

License

Stars

Watchers

Forks

Languages