![]() |
RML
1.0
Robotics Mathematical Library
|
#include <iostream>#include <eigen3/Eigen/Dense>#include "EulerRPY.h"#include "RotMatrix.h"#include "TransfMatrix.h"#include "Vector6d.h"Go to the source code of this file.
Namespaces | |
| namespace | Eigen |
| This namespace is used to extend the Eigen Dense library functionalities. | |
| namespace | rml |
| Types and algorithms for robotic mobile manipulation. | |
Macros | |
| #define | EIGEN_MATRIXBASE_PLUGIN <rml/MatrixBaseAddons.h> |
Typedefs | |
| typedef Eigen::Matrix< double, 6, 6 > | Eigen::Matrix6d |
| typedef Eigen::Matrix< double, 6, 1 > | Eigen::Vector6dBase |
| #define EIGEN_MATRIXBASE_PLUGIN <rml/MatrixBaseAddons.h> |