<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: peter hong</title>
    <description>The latest articles on DEV Community by peter hong (@peter_hong_44601bad413835).</description>
    <link>https://dev.to/peter_hong_44601bad413835</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3947630%2F9ca177ce-654f-4532-afee-735ab615ceb3.png</url>
      <title>DEV Community: peter hong</title>
      <link>https://dev.to/peter_hong_44601bad413835</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/peter_hong_44601bad413835"/>
    <language>en</language>
    <item>
      <title>Torque Density Optimization in Robot Joint Actuators: A Practical Analysis</title>
      <dc:creator>peter hong</dc:creator>
      <pubDate>Sun, 24 May 2026 08:00:32 +0000</pubDate>
      <link>https://dev.to/peter_hong_44601bad413835/torque-density-optimization-in-robot-joint-actuators-a-practical-analysis-2f20</link>
      <guid>https://dev.to/peter_hong_44601bad413835/torque-density-optimization-in-robot-joint-actuators-a-practical-analysis-2f20</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Torque density — the ratio of output torque to actuator mass — is arguably the single most important metric in robot joint design. For collaborative robots, mobile manipulators, and humanoid platforms, every gram of joint mass directly impacts payload capacity, dynamic performance, and energy efficiency.&lt;/p&gt;

&lt;p&gt;This article provides a quantitative analysis of torque density optimization strategies, comparing harmonic drive and planetary gearbox solutions across different joint size classes.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Defining Torque Density
&lt;/h2&gt;

&lt;p&gt;For robot joint actuators, torque density is typically expressed as:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TD = τ_rated / m_total&lt;/strong&gt; (Nm/kg)&lt;/p&gt;

&lt;p&gt;Where:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;τ_rated = rated continuous output torque at the joint&lt;/li&gt;
&lt;li&gt;m_total = total mass of the actuator module (motor + gearbox + encoder + housing)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A typical collaborative robot joint achieves 50-80 Nm/kg, while high-performance designs can reach 100+ Nm/kg.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Harmonic Drive vs Planetary: Torque Density Comparison
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Harmonic Drive (Wave Gear)
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Joint Size&lt;/th&gt;
&lt;th&gt;Torque Range&lt;/th&gt;
&lt;th&gt;Mass&lt;/th&gt;
&lt;th&gt;Torque Density&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Small (&amp;lt;20mm bore)&lt;/td&gt;
&lt;td&gt;5-15 Nm&lt;/td&gt;
&lt;td&gt;0.3-0.5 kg&lt;/td&gt;
&lt;td&gt;30-50 Nm/kg&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Medium (20-35mm)&lt;/td&gt;
&lt;td&gt;20-80 Nm&lt;/td&gt;
&lt;td&gt;0.6-1.2 kg&lt;/td&gt;
&lt;td&gt;50-66 Nm/kg&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Large (35-60mm)&lt;/td&gt;
&lt;td&gt;100-300 Nm&lt;/td&gt;
&lt;td&gt;1.5-3.0 kg&lt;/td&gt;
&lt;td&gt;60-100+ Nm/kg&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Key advantage&lt;/strong&gt;: Single-stage reduction ratios of 30:1 to 160:1 with near-zero backlash (&amp;lt;20 arcsec)&lt;/p&gt;

&lt;h3&gt;
  
  
  Planetary Gearbox
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Joint Size&lt;/th&gt;
&lt;th&gt;Torque Range&lt;/th&gt;
&lt;th&gt;Mass&lt;/th&gt;
&lt;th&gt;Torque Density&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Small&lt;/td&gt;
&lt;td&gt;3-10 Nm&lt;/td&gt;
&lt;td&gt;0.2-0.4 kg&lt;/td&gt;
&lt;td&gt;25-40 Nm/kg&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Medium&lt;/td&gt;
&lt;td&gt;15-50 Nm&lt;/td&gt;
&lt;td&gt;0.4-0.8 kg&lt;/td&gt;
&lt;td&gt;37-62 Nm/kg&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Large (2-stage)&lt;/td&gt;
&lt;td&gt;50-200 Nm&lt;/td&gt;
&lt;td&gt;0.8-2.0 kg&lt;/td&gt;
&lt;td&gt;62-100 Nm/kg&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Key advantage&lt;/strong&gt;: Higher stiffness, lower cost, but 3-10 arcmin backlash in single-stage configurations&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Thermal Management and Continuous Rating
&lt;/h2&gt;

&lt;p&gt;Torque density is fundamentally limited by thermal performance. Key factors:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Copper fill factor&lt;/strong&gt;: Higher fill (45-55%) improves torque density by 15-25%&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Magnetic circuit optimization&lt;/strong&gt;: Halbach arrays can increase torque density by 10-15%&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Housing thermal conductivity&lt;/strong&gt;: Aluminum (200 W/mK) vs steel (50 W/mK) — a 4x difference&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Active cooling&lt;/strong&gt;: Liquid-cooled joints can sustain 2-3x rated torque continuously&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  4. Motor-Gearbox Matching
&lt;/h2&gt;

&lt;p&gt;The optimal torque density requires matching the motor's torque-speed curve to the gearbox ratio.&lt;/p&gt;

&lt;p&gt;For a given joint requirement:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Select gearbox ratio N = ω_motor / ω_joint&lt;/li&gt;
&lt;li&gt;Motor torque requirement: τ_motor = τ_joint / (N × η)&lt;/li&gt;
&lt;li&gt;System mass: m_total = m_motor(N) + m_gearbox(N)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The optimal N minimizes m_total while meeting torque and speed requirements. For harmonic drives, N=50-100 is typical; for planetary, N=10-30 per stage.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. ROS2 Integration Considerations
&lt;/h2&gt;

&lt;p&gt;For ROS2-based systems, torque density optimization affects:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;ros2_control&lt;/strong&gt; hardware interface: The joint torque limits must match actual thermal capacity, not just peak ratings&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;State estimation&lt;/strong&gt;: Higher torque density joints may exhibit more elastic deformation under load — compensation models improve control accuracy&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Safety&lt;/strong&gt;: Lower inertia (from lighter joints) reduces kinetic energy in collisions&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  6. Practical Recommendations
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Application&lt;/th&gt;
&lt;th&gt;Recommended Actuator Type&lt;/th&gt;
&lt;th&gt;Target Torque Density&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Collaborative arm (7kg payload)&lt;/td&gt;
&lt;td&gt;Harmonic drive&lt;/td&gt;
&lt;td&gt;55-70 Nm/kg&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Industrial SCARA&lt;/td&gt;
&lt;td&gt;Planetary (2-stage)&lt;/td&gt;
&lt;td&gt;60-80 Nm/kg&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Humanoid leg&lt;/td&gt;
&lt;td&gt;Harmonic drive&lt;/td&gt;
&lt;td&gt;70-90 Nm/kg&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mobile manipulator base&lt;/td&gt;
&lt;td&gt;Planetary + belt&lt;/td&gt;
&lt;td&gt;40-60 Nm/kg&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Torque density optimization requires a systems-level approach: gearbox selection, motor design, thermal management, and control strategy must be considered together. Harmonic drives generally offer superior torque density for precision applications, while planetary gearboxes provide better value where cost and stiffness are prioritized.&lt;/p&gt;

&lt;p&gt;For more detailed specifications and application engineering support, visit &lt;a href="https://robotics.zhinno.com/" rel="noopener noreferrer"&gt;Zhinno Robotics&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;This article was originally written for robotics engineers and designers evaluating joint actuator technologies.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>robotics</category>
      <category>actuators</category>
      <category>engineering</category>
      <category>ros2</category>
    </item>
    <item>
      <title>Harmonic Drive vs Planetary Reducer: A Practical Selection Guide for Robot Joints</title>
      <dc:creator>peter hong</dc:creator>
      <pubDate>Sat, 23 May 2026 12:04:41 +0000</pubDate>
      <link>https://dev.to/peter_hong_44601bad413835/harmonic-drive-vs-planetary-reducer-a-practical-selection-guide-for-robot-joints-59ol</link>
      <guid>https://dev.to/peter_hong_44601bad413835/harmonic-drive-vs-planetary-reducer-a-practical-selection-guide-for-robot-joints-59ol</guid>
      <description>&lt;p&gt;When designing a robotic joint, the choice between harmonic drive and planetary gear reducers is one of the most important decisions an engineer makes. Each type brings different trade-offs in precision, torque density, stiffness, and cost.&lt;/p&gt;

&lt;p&gt;Harmonic drives achieve near-zero backlash (&amp;lt;20 arcsec) while planetary gears have &amp;lt;1 deg uncompensated backlash. Integrated harmonic modules achieve up to 36 Nm/kg, compared to 2.6-15 Nm/kg for planetary systems.&lt;/p&gt;

&lt;p&gt;Harmonic drive reducers excel in cobot joints, humanoid robot arms, and precision positioning. Planetary gearboxes offer higher torque per dollar and better shock load tolerance.&lt;/p&gt;

&lt;p&gt;For a detailed comparison with full specification data, see the complete engineering guide: &lt;a href="https://robotics.zhinno.com/blog/harmonic-reducer-vs-planetary-reducer.html" rel="noopener noreferrer"&gt;https://robotics.zhinno.com/blog/harmonic-reducer-vs-planetary-reducer.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
