ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
Some enumerations for the control. More...
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. | |
ocra::utils | |
Enumerations | |
enum | ocra::ECartesianDof { ocra::NONE =0, ocra::X, ocra::Y, ocra::XY, ocra::Z, ocra::XZ, ocra::YZ, ocra::XYZ } |
Functions | |
int | ocra::utils::computeDimensionFor (ECartesianDof fixedPosition, ECartesianDof fixedOrientation) |
Computes the number of directions specified by two ECartesianDof enums. More... | |
int | ocra::utils::computeDimensionFor (ECartesianDof cDoF) |
ECartesianDof | ocra::utils::cartesianDofFromString (const std::string &dofString) |
std::string | ocra::utils::cartesianDofToString (const ECartesianDof dofEnum) |
Some enumerations for the control.
Copyright (C) 2010 CEA/DRT/LIST/DIASI/LSI
Definition in file ControlEnum.h.