sot-core
4.11.8
Hierarchical task solver plug-in for dynamic-graph.
|
#include <dynamic-graph/eigen-io.h>
#include <dynamic-graph/linear-algebra.h>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <sot/core/api.hh>
Go to the source code of this file.
Namespaces | |
dynamicgraph | |
dynamicgraph::sot | |
Macros | |
#define | MRAWDATA(x) x.data() |
#define | EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix) |
#define | EIGEN_MAKE_FIXED_TYPEDEFS(Type, TypeSuffix, Size) |
#define | EIGEN_MAKE_TYPEDEFS_ALL_SIZES(Type, TypeSuffix) |
Functions | |
void | dynamicgraph::sot::buildFrom (const MatrixHomogeneous &MH, MatrixTwist &MT) |
Variables | |
const typedef Eigen::Map< const MatrixRXd > | dynamicgraph::sot::const_SigMatrixXd |
const typedef Eigen::Map< const Eigen::VectorXd > | dynamicgraph::sot::const_SigVectorXd |
const typedef Eigen::Ref< const Eigen::VectorXd > & | dynamicgraph::sot::ConstRefVector |
const typedef Eigen::Ref< const Eigen::MatrixXd > | dynamicgraph::sot::ConstRefMatrix |
#define EIGEN_MAKE_FIXED_TYPEDEFS | ( | Type, | |
TypeSuffix, | |||
Size | |||
) |
#define EIGEN_MAKE_TYPEDEFS | ( | Type, | |
TypeSuffix, | |||
Size, | |||
SizeSuffix | |||
) |
#define EIGEN_MAKE_TYPEDEFS_ALL_SIZES | ( | Type, | |
TypeSuffix | |||
) |
#define MRAWDATA | ( | x | ) | x.data() |