|
|
#include <algorithm>#include <cmath>#include <vector>#include <ArmarXCore/core/logging/Logging.h>#include <armarx/navigation/algorithms/spfa/smoothing/Costmap2DWrapper.h>#include <armarx/navigation/algorithms/spfa/smoothing/io.h>#include <ceres/ceres.h>#include <ceres/local_parameterization.h>
Include dependency graph for residuals.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | BoundedTrackingResidual |
| Bounded tracking residual. More... | |
| struct | CenterPoint |
| struct | MidpointObstacleResidual2D |
| struct | ObstacleResidual2D |
| struct | PositionSmoothResidual |
| struct | SegmentObstacleResidual2D |
| struct | SoftTrackingResidual |
| struct | SpacingResidual |
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::navigation |
| This file is part of ArmarX. | |
| namespace | armarx::navigation::algorithms |
| This file is part of ArmarX. | |
| namespace | armarx::navigation::algorithms::spfa |
| This file is part of ArmarX. | |
| namespace | armarx::navigation::algorithms::spfa::smoothing |
| This file is part of ArmarX. | |
Macros | |
| #define | SET_CONSTRAINT(problem, param, constraint) |
Functions | |
| double | normalizeAngle (double a) |
| #define SET_CONSTRAINT | ( | problem, | |
| param, | |||
| constraint ) |
Definition at line 38 of file residuals.h.