Robotics
<center>The Robotics Wiki Book
</center>
Robotics brings together several very different engineering areas. First there is wood/metal/plastic working for the body. Then there is mechanics for mounting the wheels on the axles, connecting them to the motors and keeping the body in balance. Next you have electronics to power the motors and connect the sensors to the µcontrollers. At last you have the software to understand the sensors and drive the robot around.
This Wikibook tries to cover all the key areas of robotics as a hobby. When possible examples from industrial robots will be addressed too.
You'll notice very few "exact" values in these texts. Instead, vague terms like "small", "heavy" and "light" will be used. This is because most of the time you'll have a lot of freedom in picking these values, and all robot projects are unique in available materials.
An Introduction to Robotics
Robotics is defined as the science or study of the technology associated with the design, fabrication, theory, and application of robots.
All robots have three main components:
- Sensors, which detect the state of the environment
- Actuators, which modify the state of the environment
- A control system, which controls the actuators based on the environment as depicted by the sensors
There is no widely accepted definition of the term robot, but most proposed definitions require these components. Some definitions require mobility, autonomy, sentience, or sapience, while others do not. The various types of robot are usually classified by their capabilities.
A device with autonomy does its thing "on its own" without a human directly guiding it moment-by-moment.
What is a "robot" in this book? There isn't one exact definition, but there are 2 examples that capture most of what we see as a "robot".
- Machine Pet: A machine, capable of moving in some way, that can sense its surroundings and can act on what it senses autonomously. Most of these robots have no real useful purpose, other than to entertain and challenge. These are also commonly used for experimenting with sensors, artificial intelligence, actuators and more. Most of this book covers this type of robot.
- Autonomous Machine: A machine with sensors and actuators that can do some sort of work "on its own". This includes things like robotic lawmowers and vaccuum cleaners, and also self-operating construction machines such as CNC cutters. Most industrial and commercial robots fall in this category.
What isn't considered a "robot" in this book? Pretty much everything you see on RobotWars; those are remote-controlled vehicles without any form of autonomy. These devices use the same technologies decribed in this book, but aren't really in the scope of it.
In short: If it has autonomy it's a robot (in this book). If it's remote controlled, it isn't.
Design Basics
Note to potential contributors: this section could be used to discuss the basics of robot design/construction.
- What you should know
- Physical Design
- Design software
- Tools and Equipment
- Electronic Components
- Mechanical Components
- Building materials
- Basic Programming
Physical Construction
This section could be used to discuss various means through which robots are constructed.
- The Platform
- Construction Techniques
- Resourcefulness
Components
This section could be used to discuss components used in robotics or the making of robots.
- Power Sources
- Actuation Devices
- Motors
- Shape Memory Alloys
- Air muscle
- Linear Electromagnetic
- Piezoelectric Actuators
- Pneumatics/Hydraulics
- Grippers
- Audio
- Video
Computer Control
This section could be used to discuss the things involved with controlling robots via computers.
- Control Architectures
- Reactive Systems
- Sense-Plan-Act
- Brooks' Subsumption Architecture ( w:Subsumption architecture )
- Hybrid Systems
- The Interface
- Computers
- Microcontrollers
- Remote Control
- Networks
Sensors
Sensors that a robot uses generally fall into three different categories:
- Environment sensors tell the robot what is happening around it
- Feedback sensors tell the robot what it is actually doing, and
- Communication sensors allow a human or computer to provide a robot other information.
Navigation
- Navigation
- Localization
- Collision Avoidance
- Exploration
- Mapping
- Trajectory Planning
Exotic Robots
This section could be used to cover "special" robots.
- Special Robot brains
- BEAM
- Cooperating Robots
- Modular and fractal Robots
- The LEGO World
- LEGO Robots
- Introduction to the RCX
- Programming the RCX
Resources
Contributors
- T.R. Darr - responsible for the (almost) complete reformat. If I knew anything about robotics, then I'd have contributed to the content as well.
- J.D. Cox - Attempting to fill in certain areas with basic information.
- Omegatron - I've built a handful of short-lived little robots, and since then I went and got myself an electronics degree. I'll probably just add to and clarify things that other people have contributed. I tend to only contribute to things that are already active, so be active!
- Patrik - As time permits I'm adding more info I've found to be missing in many other sources. I've got a degree in electronics and I've designed and build several robots.
- E. Sumner - Active member of the Dallas Personal Robotics Group; Trying to flesh things out a bit here.
- Mr Dom - just added my two cents worth
- DavidCary - degree in electrical engineering. So in theory I ought to know :-).
|