|
|
#include <Eigen/Core>
Include dependency graph for gaze_residual.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | GazeResidual |
| How far the gaze currently is from a target. More... | |
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::view_selection |
| namespace | armarx::view_selection::gaze_controller |
Functions | |
| GazeResidual | computeGazeResidual (const Eigen::Vector3f ¤tGazeDirection, const Eigen::Vector3f &targetDirection, float targetDistance) |
| The gaze residual, in a form that means the same thing for every controller variant. | |