13 - Robotics Flashcards
The ________ is often done in configuration space.
The PLANNING OF ROBOT MOTION is often done in configuration space.
What are essential actuators of a robot?
SENSORS for perceiving the environment and EFFECTORS for asserting physical forces
Potential Field Control introduces ________ as an additional cost function for planning.
Potential Field Control introduces POTENTIAL FIELDS as an additional cost function for planning.
Advantages of Potential Field Control
Simplicity and no real-time issues
Disadvantage of Potential Field Control
Robot can be stuck in local minima
Sensing vs. Perception
Sensing is raw measurement and Perception is actual understanding
Major Types of Robot Motion
Point-to-point and Compliant motion
Cell Decomposition
Discretize continous space into finite grid and find the optimal path (A* search)
Disadvantage of Cell Decomposition
Only feasible for low-dimensional configurations and path might not be smooth/differentiable
Skeletonization Methods - Alternatives to cell decomposition
Voronoi Graph & Probabilistic Roadmaps
Generalized Voronoi Graph
Possible skeleton which describes the exact middle between two or more points
P: Proportional Term in PID-Controller
Aims to prevent present errors
I: Integral Term in PID-Controller
Aims to prevent past errors
D: Differential Term in PID-Controller
Aims to prevent future errors
Bad Parametrization of the PID controller can lead to ________.
INSTABILITY