Classes | |
struct | pinocchio::FrameTpl< _Scalar, _Options > |
A Plucker coordinate frame attached to a parent joint inside a kinematic tree. More... | |
Typedefs | |
typedef DataTpl< context::Scalar, context::Options > | pinocchio::Data |
typedef FrameTpl< context::Scalar, context::Options > | pinocchio::Frame |
typedef Index | pinocchio::FrameIndex |
typedef Index | pinocchio::GeomIndex |
typedef Index | pinocchio::JointIndex |
typedef ModelTpl< context::Scalar, context::Options > | pinocchio::Model |
typedef Index | pinocchio::PairIndex |
Enumerations | |
enum | pinocchio::Convention { pinocchio::Convention::WORLD = 0, pinocchio::Convention::LOCAL = 1 } |
List of convention to call algorithms. More... | |
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 } |
Various conventions to express the velocity of a moving frame. More... | |
Variables | |
PINOCCHIO_COMPILER_DIAGNOSTIC_POP typedef std::size_t | pinocchio::Index |
Definition at line 34 of file multibody/fwd.hpp.
Definition at line 31 of file multibody/fwd.hpp.
typedef Index pinocchio::FrameIndex |
Definition at line 28 of file multibody/fwd.hpp.
typedef Index pinocchio::GeomIndex |
Definition at line 27 of file multibody/fwd.hpp.
typedef Index pinocchio::JointIndex |
Definition at line 26 of file multibody/fwd.hpp.
Definition at line 33 of file multibody/fwd.hpp.
typedef Index pinocchio::PairIndex |
Definition at line 29 of file multibody/fwd.hpp.
|
strong |
List of convention to call algorithms.
The convention will select in witch frame different quantities will be computed.
Definition at line 73 of file multibody/fwd.hpp.
List of Kinematics Level supported by Pinocchio.
Definition at line 59 of file multibody/fwd.hpp.
Various conventions to express the velocity of a moving frame.
The velocity of a moving frame is uniquely defined by the velocity of a point of the frame and the angular velocity of the frame. Several conventions exist in pinocchio depending on the point we choose and on the basis in which the above velocities are projected.
Definition at line 46 of file multibody/fwd.hpp.
PINOCCHIO_COMPILER_DIAGNOSTIC_POP typedef std::size_t pinocchio::Index |
Definition at line 22 of file multibody/fwd.hpp.