3 primary categories of Robots?
The difference between passive sensors and active sensors?
Passive sensors such as cameras, capture signals that are generated by other sources in the environment
Active sensors such as sonar, provide more information than passive sensors but increased power consumption and a danger of interference when multiple active sensors are used at the same time.
What is Range finders?
sensors that measure the distance to nearby objects
Type of Sensors?
What is Effectors?
means by which robots move and change the shape of their bodies.
Common examples of hard perceptual problems:
2 approaches to handle infinite states in Moving?
2. Skeletonization: identify finite number of easily connected points/lines
What is software architecture?
a methodology for structuring algorithms. An architecture includes languages and tools for writing programs, as well as an overall philosophy for how programs can be brought together.
What is Hybrid architectures?
Hybrid architectures combine reaction with deliberation. The most popular hybrid architecture is the three-layer architecture, which consists of:
What is pipeline architecture?
pipeline architecture processes data in parallel through a sequence of modules, corresponding to perception, modeling, planning, control, and robot interfaces.
what is The subsumption architecture?
The subsumption architecture enables programmers to compose robot controllers from interconnected finite state machines.