|
|
#include <variant>#include <Eigen/Core>#include <Eigen/Geometry>
Include dependency graph for VariantValue.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::trajectory |
Typedefs | |
| using | TrackID = std::string |
| ID of tracks. | |
| using | VariantValue = std::variant<float, Eigen::MatrixXf, Eigen::Quaternionf> |
| Variant for trajectory values. | |