Page 1 of 2
What's a good intro project for learning FOC motor control hands-on?
Posted: Mon Jun 22, 2026 8:09 am
by ethan_fisc
Been lurking on this one for a while, finally decided to ask.
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. 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. 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.
Curious to hear how others see this.
Re: What's a good intro project for learning FOC motor control hands-on?
Posted: Mon Jun 22, 2026 8:55 am
by scott.novikova7
Appreciate the detailed answer.
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: What's a good intro project for learning FOC motor control hands-on?
Posted: Mon Jun 22, 2026 11:53 am
by pierregreen
Slight correction, though the overall point stands:
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. 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.
Re: What's a good intro project for learning FOC motor control hands-on?
Posted: Mon Jun 22, 2026 1:30 pm
by johnrossi
Agreed, and I'd add:
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: What's a good intro project for learning FOC motor control hands-on?
Posted: Mon Jun 22, 2026 5:47 pm
by jchen
@johnrossi Agreed, and I'd add:
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: What's a good intro project for learning FOC motor control hands-on?
Posted: Tue Jun 23, 2026 5:29 pm
by kim37
@jchen This matches what I've seen too.
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: What's a good intro project for learning FOC motor control hands-on?
Posted: Wed Jun 24, 2026 4:50 am
by joseph.robinson
I can speak to this a bit.
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.
Re: What's a good intro project for learning FOC motor control hands-on?
Posted: Wed Jun 24, 2026 7:57 am
by carol.robinson
Genuinely curious -
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: What's a good intro project for learning FOC motor control hands-on?
Posted: Thu Jun 25, 2026 5:21 pm
by wei_ross
@carol.robinson This is a great summary, thanks.
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: What's a good intro project for learning FOC motor control hands-on?
Posted: Sun Jun 28, 2026 9:24 am
by mia.weber
This is a great summary, thanks.
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.