#include <multibody/joint/joint-prismatic-unaligned.hpp>
List of all members.
Public Types |
enum | {
NQ = 1,
NV = 1
} |
typedef JointDataPrismaticUnaligned | JointData |
typedef
JointModelPrismaticUnaligned | JointModel |
typedef
ConstraintPrismaticUnaligned | Constraint_t |
typedef SE3 | Transformation_t |
typedef MotionPrismaticUnaligned | Motion_t |
typedef BiasZero | Bias_t |
typedef Eigen::Matrix< double,
6, NV > | F_t |
typedef Eigen::Matrix< double,
6, NV > | U_t |
typedef Eigen::Matrix< double,
NV, NV > | D_t |
typedef Eigen::Matrix< double,
6, NV > | UD_t |
typedef Eigen::Matrix< double,
NQ, 1 > | ConfigVector_t |
typedef Eigen::Matrix< double,
NV, 1 > | TangentVector_t |
template<>
struct se3::traits< JointPrismaticUnaligned >
Member Typedef Documentation
typedef Eigen::Matrix<double,NV,NV> se3::traits< JointPrismaticUnaligned >::D_t |
typedef Eigen::Matrix<double,6,NV> se3::traits< JointPrismaticUnaligned >::F_t |
typedef Eigen::Matrix<double,6,NV> se3::traits< JointPrismaticUnaligned >::U_t |
typedef Eigen::Matrix<double,6,NV> se3::traits< JointPrismaticUnaligned >::UD_t |
Member Enumeration Documentation