Robot Locomotion

Rajil TL
3 Min Read
Disclosure: This website may contain affiliate links, which means I may earn a commission if you click on the link and make a purchase. I only recommend products or services that I personally use and believe will add value to my readers. Your support is appreciated!

Locomotion is the mechanism that makes a robot capable of moving in its environment. There are various types of locomotions −

●      Legged

●      Wheeled

●      Combination of Legged and Wheeled Locomotion

●      Tracked slip/skid

Legged Locomotion

●      This type of locomotion consumes more power while demonstrating walk, jump, trot, hop, climb up or down, etc.

●      It requires more number of motors to accomplish a movement. It is suited for rough as well as smooth terrain where irregular or too smooth surface makes it consume more power for a wheeled locomotion. It is little difficult to implement because of stability issues.

●      It comes with the variety of one, two, four, and six legs. If a robot has multiple legs then leg coordination is necessary for locomotion.

The total number of possible gaits (a periodic sequence of lift and release events for each of the total legs) a robot can travel depends upon the number of its legs.

If a robot has k legs, then the number of possible events N = (2k-1)!.

In case of a two-legged robot (k=2), the number of possible events is N = (2k-1)! = (2*2-1)! = 3! = 6.

Hence there are six possible different events −

●      Lifting the Left leg

●      Releasing the Left leg

●      Lifting the Right leg

●      Releasing the Right leg

●      Lifting both the legs together

●      Releasing both the legs together

In case of k=6 legs, there are 39916800 possible events. Hence the complexity of robots is directly proportional to the number of legs.

Legged Locomotion

Wheeled Locomotion

It requires fewer number of motors to accomplish a movement. It is little easy to implement as there are less stability issues in case of more number of wheels. It is power efficient as compared to legged locomotion.

●      Standard wheel − Rotates around the wheel axle and around the contact

●      Castor wheel − Rotates around the wheel axle and the offset steering joint.

●      Swedish 45° and Swedish 90° wheels − Omni-wheel, rotates around the contact point, around the wheel axle, and around the rollers.

●      Ball or spherical wheel − Omnidirectional wheel, technically difficult to implement.

Wheeled Locomotion

Slip/Skid Locomotion

In this type, the vehicles use tracks as in a tank. The robot is steered by moving the tracks with different speeds in the same or opposite direction. It offers stability because of large contact area of track and ground.

Tracked Robot

 

Share This Article

Rajil TL is a SenseCentral contributor focused on tech, apps, tools, and product-building insights. He writes practical content for creators, founders, and learners—covering workflows, software strategies, and real-world implementation tips. His style is direct, structured, and action-oriented, often turning complex ideas into step-by-step guidance. He’s passionate about building useful digital products and sharing what works.

Leave a review