Most mobile robotics projects consist of payload
structures supported by differential-drive wheeled systems. The wheels
are easy to control and power, and supply a high weight allowance for
sophisticated payloads. Design and construction of wheel-based systems is
relatively simple and highly documented.
However, there are a number of drawbacks associated
with using wheel-based systems as a platform for other tasks, most notably
rugged terrain. Tracked and wheeled robots have trouble if the height of
an object it must overcome approaches the radius of the wheels.
Additional problems occur if loose dirt or gravel provides slippage
beneath wheels.
One solution to overcoming complex terrain, while
providing a stable and rugged platform for further electronics equipment,
is legged locomotion. Using a collection of twelve servomotors (two
motors per leg), each leg will be allowed two degrees of freedom, enabling
several different movement gaits and speeds of travel. This particular
solution is not unique, but is a complicated exercise in hardware and
software design.
Using modular hardware devices (designing each leg as a
building block) and building a subsumption-like behavior through
object-oriented programming practices yields a package that can easily be
improved or enhanced with additional work or peripherals.
The motivation behind this project includes the:
- design and construction of a walking robot to overcome complex
terrain while retaining the ability to deliver an electronic payload
- use of biological 'walking' patterns to allow for an efficient
method of machine-powered locomotion
- documentation of the design and construction, to be used in future
research projects as a basis for continued study