Classes | |
| struct | pinocchio::DataTpl< _Scalar, _Options, JointCollectionTpl > |
| struct | pinocchio::FrameTpl< _Scalar, _Options > |
| A Plucker coordinate frame attached to a parent joint inside a kinematic tree. More... | |
| struct | pinocchio::ModelTpl< _Scalar, _Options, JointCollectionTpl > |
Typedefs | |
| typedef DataTpl< double > | pinocchio::Data |
| typedef FrameTpl< double > | pinocchio::Frame |
| typedef Index | pinocchio::FrameIndex |
| typedef Index | pinocchio::GeomIndex |
| typedef std::size_t | pinocchio::Index |
| typedef Index | pinocchio::JointIndex |
| typedef ModelTpl< double > | pinocchio::Model |
| typedef Index | pinocchio::PairIndex |
Enumerations | |
| enum | pinocchio::KinematicLevel { pinocchio::POSITION = 0, pinocchio::VELOCITY = 1, pinocchio::ACCELERATION = 2 } |
| List of Kinematics Level supported by Pinocchio. More... | |
| enum | pinocchio::ReferenceFrame { pinocchio::WORLD = 0, pinocchio::LOCAL = 1, pinocchio::LOCAL_WORLD_ALIGNED = 2 } |
| List of Reference Frames supported by Pinocchio. More... | |
| typedef DataTpl<double> pinocchio::Data |
Definition at line 36 of file src/multibody/fwd.hpp.
| typedef FrameTpl<double> pinocchio::Frame |
Definition at line 33 of file src/multibody/fwd.hpp.
| typedef Index pinocchio::FrameIndex |
Definition at line 30 of file src/multibody/fwd.hpp.
| typedef Index pinocchio::GeomIndex |
Definition at line 29 of file src/multibody/fwd.hpp.
| typedef std::size_t pinocchio::Index |
Definition at line 25 of file src/multibody/fwd.hpp.
| typedef Index pinocchio::JointIndex |
Definition at line 28 of file src/multibody/fwd.hpp.
| typedef ModelTpl<double> pinocchio::Model |
Definition at line 35 of file src/multibody/fwd.hpp.
| typedef Index pinocchio::PairIndex |
Definition at line 31 of file src/multibody/fwd.hpp.
List of Kinematics Level supported by Pinocchio.
Definition at line 54 of file src/multibody/fwd.hpp.
List of Reference Frames supported by Pinocchio.
Definition at line 44 of file src/multibody/fwd.hpp.