What constitutes a "humanoid robot"? What core characteristics must it possess?

Brian West
Brian West
Robotics engineer with 10 years experience

Okay, no problem. Regarding "humanoid robots," we can understand them this way:


What is a "Humanoid Robot"?

Imagine robots from sci-fi movies, like C-3PO from Star Wars or the T-800 from Terminator. Regardless of whether they are good or bad, they share one common physical characteristic: they look like humans. This is the most intuitive definition of a "humanoid robot."

Simply put, a humanoid robot refers to a robot that imitates the human form in its appearance, body structure, and movement. They typically have a human-like head, torso, two arms, and two legs.

Why are robots built to resemble humans? The main reason is quite practical: our entire world—from houses, stairs, and cars to the tools we use (hammers, cups, keyboards)—is almost entirely designed for our human body shape and habits. If robots look like us, they can naturally integrate into our environment and directly use our tools, without us having to redesign the entire world for them.

What are its core features?

To be a qualified "humanoid robot," merely looking human isn't enough; it must possess certain key capabilities. We can think of these features as a "skill set" for a "humanoid robot":

1. Human-like Body Structure

This is the most fundamental point. It must have a head, a torso, arms, and legs. The head is usually used to mount various sensors (like cameras, microphones), the torso houses the "internal organs" (like processors, batteries), and the limbs are used for movement and manipulation. This structure serves a functional purpose, not just aesthetics.

2. Bipedal Locomotion

This is the biggest distinguishing feature of humanoid robots compared to wheeled or tracked robots, and also a major technical challenge. Being able to walk on two legs like a human means it can climb stairs, step over obstacles, and walk on uneven terrain. This is crucial for free movement in human environments. Achieving stable walking requires extremely complex balance control algorithms, just like our brains constantly calculate when we learn to walk.

3. Dexterous Manipulation

Just walking isn't enough; it also needs to be able to "do work." Humanoid robots need a pair of flexible "hands" (end-effectors) like human hands. These hands must not only be able to lift heavy objects but also perform delicate actions, such as unscrewing a bottle cap, picking up an egg, or using a power drill. The dexterity of its hands directly determines what it can help us with.

4. Advanced Perception

Robots need to be able to "understand" and "hear" the world.

  • Vision: Using cameras (equivalent to eyes) to identify objects, recognize faces, judge distances, and navigate routes.
  • Audition: Using microphones (equivalent to ears) to receive commands and identify sound sources.
  • Tactile/Force Sense: Installing sensors on hands and feet allows it to feel contact pressure and the softness/hardness of objects, so it doesn't "handle things roughly" when grasping or walking.
  • Balance Sense: Using internal inertial measurement units (IMUs, equivalent to our inner ear's vestibular system) to perceive its posture and prevent falling.

5. Intelligent Interaction & Decision-making

This is the robot's "brain." It needs to be able to understand what we say (natural language processing) and respond accordingly. More importantly, it must be able to make judgments and decisions autonomously based on the environmental information it perceives. For example, it will go around an obstacle if it sees one, or plan how to complete a task after receiving a command. The currently popular "Artificial Intelligence (AI)" technology is primarily used to enhance this aspect of its capabilities.


In summary, a true humanoid robot is like a machine surrogate that combines "human form," "human movement," and "human intelligence." It is not just a walking machine, but an intelligent partner designed to coexist and collaborate with us in human society.