Anyone using open-source actuator designs as a starting point?
Re: Anyone using open-source actuator designs as a starting point?
@kim37 Speaking from personal experience here,
Anti-backlash techniques in production actuators range from mechanical preloading (spring-loaded gear meshes) to purely software compensation that models and corrects for known backlash in the control loop.
she/her | grad student, biped locomotion
-
benjaminsanchez
- Posts: 180
- Joined: Fri Apr 18, 2025 1:58 am
Re: Anyone using open-source actuator designs as a starting point?
Just to be precise about one thing:
Reflected inertia is what a limb 'feels like' to the outside world through the gearbox - a high-ratio harmonic drive reflects a lot of the rotor's inertia back to the joint, making the limb feel stiffer and less forgiving on unexpected impacts. For dynamic walking and recovery, joint control bandwidth in the tens of Hz range is typically necessary to react to a stumble before the center of mass gets too far outside the support polygon.
-
gary.tanaka2
- Posts: 86
- Joined: Fri Nov 07, 2025 2:35 pm
Re: Anyone using open-source actuator designs as a starting point?
I dealt with almost this exact situation.
Motor cogging torque (the 'notchy' feel from magnet-to-slot interactions) shows up as small periodic torque ripple that can translate into visible joint jitter at low speeds - it's usually mitigated with skewed magnets, better current control, or software compensation tables.
Re: Anyone using open-source actuator designs as a starting point?
@gary.tanaka2 One nitpick -
Cycloidal drives are a less common but real alternative to harmonic drives - lower cost at high ratios, decent efficiency, but historically bulkier for the same torque density, which is part of why they haven't fully displaced harmonic drives in commercial hips and knees.
"The best actuator is the one that doesn't overheat."
Re: Anyone using open-source actuator designs as a starting point?
@jchen I'd take that specific number with a grain of salt, honestly.
Series elastic actuators add a spring element in series with the drivetrain, which gives cheap, precise torque sensing (measure spring deflection) and passive shock absorption, at the cost of reduced control bandwidth and added complexity.
Re: Anyone using open-source actuator designs as a starting point?
This matches what I've seen too.
Series elastic actuators add a spring element in series with the drivetrain, which gives cheap, precise torque sensing (measure spring deflection) and passive shock absorption, at the cost of reduced control bandwidth and added complexity. It's common for a single humanoid to mix actuator types by joint - harmonic drives or hybrid geared actuators at the hips and shoulders where sustained torque matters most, and lower-ratio QDD-style actuators at ankles and knees where backdrivability and impact tolerance matter more.
-
brian.campbell
- Posts: 59
- Joined: Thu Jan 22, 2026 3:10 am
Re: Anyone using open-source actuator designs as a starting point?
@carol38 To answer this directly:
For dynamic walking and recovery, joint control bandwidth in the tens of Hz range is typically necessary to react to a stumble before the center of mass gets too far outside the support polygon. Boston Dynamics' commercial electric Atlas switched fully from hydraulic to QDD-style electric actuation, ending up quieter and lighter with comparable or better dynamic performance than the old hydraulic platform.
-
diego.moore6
- Posts: 155
- Joined: Thu May 08, 2025 8:48 am
Re: Anyone using open-source actuator designs as a starting point?
@brian.campbell Minor factual note:
Torque sensing is frequently integrated directly into the actuator housing via strain gauges near the output flange or spring element, rather than bolted on as an external sensor, to save weight and reduce noise from mechanical slop.
Totally unrelated but has anyone else noticed how fast component costs are dropping this year.
Building > buying.
-
servosan90
- Posts: 56
- Joined: Mon Feb 16, 2026 7:41 am
Re: Anyone using open-source actuator designs as a starting point?
Thanks for laying this out, genuinely useful.
Field-oriented control (FOC) tuning directly affects how smooth torque output feels - poorly tuned current loops show up as audible whine and jerky low-speed motion, while well-tuned FOC can make even a geared actuator feel fairly fluid.
he/him
-
zoeanderson
- Posts: 243
- Joined: Sat Oct 26, 2024 2:39 am
Re: Anyone using open-source actuator designs as a starting point?
@servosan90 Small correction on one detail:
A lot of the per-joint cost in a modern actuator isn't the motor - it's the combination of a precision gearbox, integrated encoders, torque sensing, and the driver electronics, all of which have to fit inside a housing the size of a fist. Motor cogging torque (the 'notchy' feel from magnet-to-slot interactions) shows up as small periodic torque ripple that can translate into visible joint jitter at low speeds - it's usually mitigated with skewed magnets, better current control, or software compensation tables.