Informations that are stocked in the XML tag compile. More...
#include <pinocchio/parsers/mjcf/mjcf-graph.hpp>
Public Member Functions | |
| double | convertAngle (const double &angle_) const |
| Convert the angle in radian if model was declared to use degree. More... | |
| Eigen::Matrix3d | convertEuler (const Eigen::Vector3d &angles) const |
| Convert the euler angles according to the convention declared in the compile tag. More... | |
Informations that are stocked in the XML tag compile.
Definition at line 39 of file mjcf-graph.hpp.
| double convertAngle | ( | const double & | angle_ | ) | const |
Convert the angle in radian if model was declared to use degree.
| angle_ | angle to convert |
| Eigen::Matrix3d convertEuler | ( | const Eigen::Vector3d & | angles | ) | const |
Convert the euler angles according to the convention declared in the compile tag.
| angles | Euler angles |