|
|
#include <vector>#include <Eigen/Core>#include <Eigen/Geometry>
Include dependency graph for basic_types.h:Go to the source code of this file.
Classes | |
| struct | Twist |
| struct | Waypoint |
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::core |
| This file is part of ArmarX. | |
Typedefs | |
| using | AngularVelocity = Eigen::Vector3f |
| using | Direction = Eigen::Vector3f |
| using | LinearVelocity = Eigen::Vector3f |
| using | Path = std::vector<Pose> |
| using | Pose = Eigen::Isometry3f |
| using | Pose2D = Eigen::Isometry2f |
| using | Pose_d = Eigen::Isometry3d |
| using | Position = Eigen::Vector3f |
| using | Positions = std::vector<Position> |
| using | Rotation = Eigen::Matrix3f |