33 #ifndef DART_UTILS_MJCF_DETAIL_TYPES_HPP_
34 #define DART_UTILS_MJCF_DETAIL_TYPES_HPP_
40 namespace MjcfParser {
InertiaFromGeom
Definition: Types.hpp:79
JacobianType
Definition: Types.hpp:105
SolverType
Definition: Types.hpp:112
JointType
Definition: Types.hpp:132
Integrator
This attribute selects the numerical integrator to be used.
Definition: Types.hpp:72
GeomType
Definition: Types.hpp:119
ConeType
Definition: Types.hpp:99
Coordinate
This attribute specifies whether the frame positions and orientations in the MJCF model are expressed...
Definition: Types.hpp:62
CollisionType
Definition: Types.hpp:92
Angle
This attribute specifies whether the angles in the MJCF model are expressed in units of degrees or ra...
Definition: Types.hpp:48
@ RADIAN
Always use for URDF.
@ DEGREE
[Default] Always use for MJCF
Definition: BulletCollisionDetector.cpp:65