se3::traits< MotionPrismatic< axis > > Struct Template Reference

#include <multibody/joint/joint-prismatic.hpp>

List of all members.

Public Types

enum  {
  LINEAR = 0,
  ANGULAR = 3
}
typedef double Scalar_t
typedef Eigen::Matrix< double, 3, 1, 0 > Vector3
typedef Eigen::Matrix< double, 4, 1, 0 > Vector4
typedef Eigen::Matrix< double, 6, 1, 0 > Vector6
typedef Eigen::Matrix< double, 3, 3, 0 > Matrix3
typedef Eigen::Matrix< double, 4, 4, 0 > Matrix4
typedef Eigen::Matrix< double, 6, 6, 0 > Matrix6
typedef Vector3 Angular_t
typedef Vector3 Linear_t
typedef Matrix6 ActionMatrix_t
typedef Eigen::Quaternion
< double, 0 > 
Quaternion_t
typedef SE3Tpl< double, 0 > SE3
typedef ForceTpl< double, 0 > Force
typedef MotionTpl< double, 0 > Motion
typedef Symmetric3Tpl< double, 0 > Symmetric3

template<int axis>
struct se3::traits< MotionPrismatic< axis > >


Member Typedef Documentation

template<int axis>
typedef Matrix6 se3::traits< MotionPrismatic< axis > >::ActionMatrix_t
template<int axis>
typedef Vector3 se3::traits< MotionPrismatic< axis > >::Angular_t
template<int axis>
typedef ForceTpl<double,0> se3::traits< MotionPrismatic< axis > >::Force
template<int axis>
typedef Vector3 se3::traits< MotionPrismatic< axis > >::Linear_t
template<int axis>
typedef Eigen::Matrix<double,3,3,0> se3::traits< MotionPrismatic< axis > >::Matrix3
template<int axis>
typedef Eigen::Matrix<double,4,4,0> se3::traits< MotionPrismatic< axis > >::Matrix4
template<int axis>
typedef Eigen::Matrix<double,6,6,0> se3::traits< MotionPrismatic< axis > >::Matrix6
template<int axis>
typedef MotionTpl<double,0> se3::traits< MotionPrismatic< axis > >::Motion
template<int axis>
typedef Eigen::Quaternion<double,0> se3::traits< MotionPrismatic< axis > >::Quaternion_t
template<int axis>
typedef double se3::traits< MotionPrismatic< axis > >::Scalar_t
template<int axis>
typedef SE3Tpl<double,0> se3::traits< MotionPrismatic< axis > >::SE3
template<int axis>
typedef Symmetric3Tpl<double,0> se3::traits< MotionPrismatic< axis > >::Symmetric3
template<int axis>
typedef Eigen::Matrix<double,3,1,0> se3::traits< MotionPrismatic< axis > >::Vector3
template<int axis>
typedef Eigen::Matrix<double,4,1,0> se3::traits< MotionPrismatic< axis > >::Vector4
template<int axis>
typedef Eigen::Matrix<double,6,1,0> se3::traits< MotionPrismatic< axis > >::Vector6

Member Enumeration Documentation

template<int axis>
anonymous enum
Enumerator:
LINEAR 
ANGULAR