|
|
#include <algorithm>#include <array>#include <ceres/ceres.h>
Include dependency graph for math.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
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::global_planning |
| This file is part of ArmarX. | |
| namespace | armarx::navigation::global_planning::optimization |
| This file is part of ArmarX. | |
Functions | |
| auto | periodicDiff (const auto a, const auto b) |
Signed, wrapped difference b - a, in (-pi, pi]. | |
| std::array< double, 2 > | periodicDiffJacobian (const auto, const auto) |
Partial derivatives of periodicDiff(a, b) with respect to a and b. | |