|
ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
Declaration file of the OptimizationVariable class. More...
#include <Eigen/Dense>#include <cmath>Go to the source code of this file.
Namespaces | |
| ocra | |
| Optimization-based Robot Controller namespace. a library of classes to write and solve optimization problems dedicated to the control of multi-body systems. | |
Macros | |
| #define | OCRA_STATIC_ASSERT_VECTOR_OR_DYNAMIC_MATRIX(TYPE) |
| #define | M_PI 3.14159265358979 |
Typedefs | |
| typedef double | ocra::real |
| typedef Eigen::DenseBase< MatrixXd >::ConstRowXpr | ocra::MatrixXdRow |
| typedef Eigen::Matrix< double, 6, 1 > | ocra::Vector6d |
| typedef Eigen::Matrix< double, 6, 6 > | ocra::Matrix6d |
| typedef Eigen::Matrix< double, 3, Eigen::Dynamic > | ocra::Jacobian3d |
| typedef Eigen::Matrix< double, 6, Eigen::Dynamic > | ocra::Jacobian6d |
Functions | |
| double | ocra::deg2rad (const double deg) |
| double | ocra::rad2deg (const double rad) |
Declaration file of the OptimizationVariable class.
Copyright (C) 2009 CEA/DRT/LIST/DTSI/SRCI
Definition in file MathTypes.h.
| #define M_PI 3.14159265358979 |
Definition at line 43 of file MathTypes.h.
| #define OCRA_STATIC_ASSERT_VECTOR_OR_DYNAMIC_MATRIX | ( | TYPE | ) |
Definition at line 31 of file MathTypes.h.
1.8.11