惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
有赞技术团队
有赞技术团队
博客园 - 三生石上(FineUI控件)
博客园_首页
博客园 - 【当耐特】
WordPress大学
WordPress大学
月光博客
月光博客
博客园 - 叶小钗
S
SegmentFault 最新的问题
雷峰网
雷峰网
H
Help Net Security
宝玉的分享
宝玉的分享
A
About on SuperTechFans
IT之家
IT之家
J
Java Code Geeks
Hugging Face - Blog
Hugging Face - Blog
D
DataBreaches.Net
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
T
The Blog of Author Tim Ferriss
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Harmonic Drive vs Planetary Reducer: A Practical Guide to...
Peter Hong · 2026-05-30 · via DEV Community

Peter Hong

Introduction

Selecting the right transmission for a robot joint is one of the most consequential decisions in actuator design. The gearbox determines the joint's precision, stiffness, torque capacity, and cost — and the choice between harmonic drive and planetary reducers is rarely straightforward.

This guide provides a structured comparison based on application requirements, not marketing claims.

1. Fundamental Differences

Harmonic Drive (Strain Wave Gear)

|| Parameter | Harmonic Drive |
||-----------|----------------|
|| Reduction ratio | 30:1 to 160:1 (single stage) |
|| Backlash | <1 arcmin (typically <20 arcsec) |
|| Efficiency | 60-85% (varies with ratio) |
|| Stiffness | Moderate (flexspline elasticity) |
|| Torque density | 50-100+ Nm/kg |
|| Cost per unit | $$-$$$$ |
|| Service life | 7,000-20,000 hrs |

Planetary Gearbox

|| Parameter | Planetary (2-stage) | Planetary (3-stage) |
||-----------|---------------------|---------------------|
|| Reduction ratio | 10:1 to 100:1 | 100:1 to 1000:1 |
|| Backlash | 3-10 arcmin (std) / <1 arcmin (precision) | 5-15 arcmin |
|| Efficiency | 85-95% | 80-90% |
|| Stiffness | High | Moderate |
|| Torque density | 40-80 Nm/kg | 30-60 Nm/kg |
|| Cost per unit | $-$$ | $$ |
|| Service life | 10,000-30,000+ hrs | 8,000-20,000 hrs |

2. When to Choose Harmonic Drive

Harmonic drives excel in applications where position accuracy and smooth motion are critical:

Collaborative robots (cobots): The near-zero backlash (typically <20 arcsec) enables precise force control and backdrivability. Most cobots on the market use harmonic drives for these reasons.

Humanoid robots: High torque density in a compact package makes harmonic drives ideal for space-constrained joints in legs and arms. Many humanoid platforms target 70-90 Nm/kg with harmonic drives.

Precision positioning: Semiconductor manufacturing, optical alignment, and medical robotics require the repeatability that only zero-backlash transmissions can provide.

Considerations:

  • Harmonic drives have lower torsional stiffness due to the flexspline — this must be modeled in servo control loops
  • They generate more heat at high speeds than planetary gearboxes
  • Not recommended for high-impact loads or shock applications

3. When to Choose Planetary Reducers

Planetary gearboxes are the workhorses of industrial robotics:

Industrial robots: For welding, painting, and material handling where high stiffness and repeatability (±0.05mm) are sufficient, planetary reducers offer better value.

High-speed applications: The higher efficiency (85-95%) and lower moment of inertia make planetary gearboxes superior for fast pick-and-place operations.

High-load, low-speed: The higher stiffness of planetary gearboxes (typically 2-3x that of equivalent harmonic drives) is advantageous for heavy payload applications.

Cost-sensitive projects: When unit cost dominates the BOM, a precision planetary gearbox can achieve acceptable performance at 30-50% of the cost of a harmonic drive.

Considerations:

  • Standard planetary gearboxes have 3-10 arcmin backlash — unacceptable for precision force control
  • Precision planetary gearboxes (<1 arcmin) approach harmonic drive costs, reducing the cost advantage

4. Hybrid Approaches

Some actuator designs use both transmission types:

  • Two-stage joints: Harmonic primary + planetary secondary for high reduction with low backlash
  • Dual-drive arms: Harmonic drives on critical joints (wrist, shoulder), planetary on base joints
  • Cable-driven + planetary: For lightweight, high-backdrivability designs

5. ROS2 Integration Notes

When integrating either transmission type into ROS2:

  • ros2_control hardware interfaces must model the gearbox stiffness and friction. For harmonic drives, include the nonlinear stiffness curve; for planetary, include the backlash dead zone.
  • Joint state estimation benefits from transmission models — especially for harmonic drives where elastic deformation under load can be significant.
  • Safety constraints: The lower inertia of planetary-geared joints means lower kinetic energy in collisions — this can be an important safety consideration.

6. Practical Decision Framework

|| Criteria | Choose Harmonic | Choose Planetary |
||----------|----------------|-----------------|
|| Backlash requirement | <1 arcmin | ✅ | ❌ |
|| Peak torque requirement | High | Moderate | ✅ |
|| Speed requirement | High-speed | ❌ | ✅ |
|| Cost sensitivity | Low | ✅ | ❌ |
|| Shock load resistance | Moderate | ❌ | ✅ |
|| Compact size priority | Critical | ✅ | Moderate |
|| Service life >15,000h | Desirable | ❌ | ✅ |
|| Force control precision | High | ✅ | ❌ |

Conclusion

There is no universal "best" transmission for robot joints. The choice between harmonic drive and planetary reducers depends on specific application priorities:

  • Harmonic drives for precision, compactness, and zero-backlash applications (cobots, humanoids, medical)
  • Planetary reducers for high stiffness, high speed, high efficiency, and cost-sensitive applications (industrial robots, automation)

For applications that need both precision and robustness, consider hybrid approaches or precision planetary gearboxes with advanced compensation control.

For more detailed specifications and application engineering support, visit Zhinno Robotics.


This article was originally written for robotics engineers and system integrators evaluating joint actuator technologies.