Page 2 of 2
Re: Field-oriented control tuning for joint motors - tips for smoother torque?
Posted: Thu Jul 02, 2026 8:59 pm
by ssantos
I'd take that specific number with a grain of salt, honestly.
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. 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.
Re: Field-oriented control tuning for joint motors - tips for smoother torque?
Posted: Sat Jul 04, 2026 9:47 am
by novak49
This is a great summary, thanks.
Quasi-direct drive (QDD) actuators use lower gear ratios (roughly 6:1 to 10:1) paired with high-torque-density motors, trading some peak force density for backdrivability and low reflected inertia, which matters a lot for impact tolerance and fall recovery.
Re: Field-oriented control tuning for joint motors - tips for smoother torque?
Posted: Mon Jul 06, 2026 5:08 am
by ethan.lewis5
@novak49 From what I've seen:
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.
Re: Field-oriented control tuning for joint motors - tips for smoother torque?
Posted: Wed Jul 08, 2026 4:47 am
by scott.andersson5
@ethan.lewis5 From hands-on experience,
Quasi-direct drive (QDD) actuators use lower gear ratios (roughly 6:1 to 10:1) paired with high-torque-density motors, trading some peak force density for backdrivability and low reflected inertia, which matters a lot for impact tolerance and fall recovery.
Re: Field-oriented control tuning for joint motors - tips for smoother torque?
Posted: Sun Jul 19, 2026 4:42 pm
by benjaminsanchez
@scott.andersson5 This lines up with my experience.
Backdrivability is the property that lets an external force move a joint without destroying the gearbox or the motor - it's central to both safe human-robot contact and to letting a leg comply naturally when the robot stumbles.
Re: Field-oriented control tuning for joint motors - tips for smoother torque?
Posted: Wed Jul 22, 2026 1:37 pm
by ethan.lewis5
@benjaminsanchez One nitpick -
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.
Re: Field-oriented control tuning for joint motors - tips for smoother torque?
Posted: Thu Jul 23, 2026 1:50 pm
by diego.moore6
@ethan.lewis5 That's the official framing, at least - reality tends to lag a bit.
Harmonic drives use high reduction ratios (often around 100:1), which gives excellent force density, stiffness, and thermal endurance for continuous-duty lifting - the tradeoff is low backdrivability and some backlash.
Re: Field-oriented control tuning for joint motors - tips for smoother torque?
Posted: Thu Jul 30, 2026 2:14 pm
by ronald.clark
New to this, so forgive me if this is obvious -
Encoder resolution requirements scale with how tightly you need to control low-speed motion - coarse encoders are fine for open-loop swing phases but cause visible stutter during precise placement or fine force control.
Re: Field-oriented control tuning for joint motors - tips for smoother torque?
Posted: Fri Jul 31, 2026 1:25 pm
by novikova63
Respectfully, I think this undersells it a bit.
Backdrivability is the property that lets an external force move a joint without destroying the gearbox or the motor - it's central to both safe human-robot contact and to letting a leg comply naturally when the robot stumbles. 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.
Re: Field-oriented control tuning for joint motors - tips for smoother torque?
Posted: Tue Aug 04, 2026 9:01 am
by garcia51
Side note that might be relevant:
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. 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.
Anyway, good thread - following for more.