#include "pinocchio/spatial/se3.hpp"
#include "pinocchio/spatial/inertia.hpp"
#include "pinocchio/multibody/fwd.hpp"
#include "pinocchio/multibody/model-item.hpp"
#include <string>
Go to the source code of this file.
Classes | |
struct | pinocchio::FrameTpl< _Scalar, _Options > |
A Plucker coordinate frame attached to a parent joint inside a kinematic tree. More... | |
struct | pinocchio::traits< FrameTpl< _Scalar, _Options > > |
Namespaces | |
pinocchio | |
Main pinocchio namespace. | |
Enumerations | |
enum | pinocchio::FrameType { pinocchio::OP_FRAME = 0x1 << 0, pinocchio::JOINT = 0x1 << 1, pinocchio::FIXED_JOINT = 0x1 << 2, pinocchio::BODY, pinocchio::SENSOR = 0x1 << 4 } |
Enum on the possible types of frames. More... | |
Functions | |
template<typename Scalar , int Options> | |
std::ostream & | pinocchio::operator<< (std::ostream &os, const FrameTpl< Scalar, Options > &f) |