#include <multibody/joint/joint-translation.hpp>
Public Types | |
typedef JointTranslation | Joint |
Public Member Functions | |
JointData | createData () const |
void | calc (JointData &data, const Eigen::VectorXd &qs) const |
void | calc (JointData &data, const Eigen::VectorXd &qs, const Eigen::VectorXd &vs) const |
JointModelDense< NQ, NV > | toDense_impl () const |
template<class D > | |
bool | operator== (const JointModelBase< D > &) const |
bool | operator== (const JointModelBase< JointModelTranslation > &jmodel) const |
Static Public Member Functions | |
static const std::string | shortname () |
Public Attributes | |
SE3_JOINT_TYPEDEF |
typedef JointTranslation se3::JointModelTranslation::Joint |
Reimplemented from se3::JointModelBase< JointModelTranslation >.
void se3::JointModelTranslation::calc | ( | JointData & | data, |
const Eigen::VectorXd & | qs | ||
) | const [inline] |
Reimplemented from se3::JointModelBase< JointModelTranslation >.
References se3::JointModelBase< JointModelTranslation >::idx_q().
void se3::JointModelTranslation::calc | ( | JointData & | data, |
const Eigen::VectorXd & | qs, | ||
const Eigen::VectorXd & | vs | ||
) | const [inline] |
Reimplemented from se3::JointModelBase< JointModelTranslation >.
References se3::JointModelBase< JointModelTranslation >::idx_q(), and se3::JointModelBase< JointModelTranslation >::idx_v().
JointData se3::JointModelTranslation::createData | ( | ) | const [inline] |
Reimplemented from se3::JointModelBase< JointModelTranslation >.
bool se3::JointModelTranslation::operator== | ( | const JointModelBase< D > & | ) | const [inline] |
bool se3::JointModelTranslation::operator== | ( | const JointModelBase< JointModelTranslation > & | jmodel | ) | const [inline] |
References se3::JointModelBase< _JointModel >::id(), se3::JointModelBase< JointModelTranslation >::id(), se3::JointModelBase< JointModelTranslation >::idx_q(), se3::JointModelBase< _JointModel >::idx_q(), se3::JointModelBase< _JointModel >::idx_v(), se3::JointModelBase< JointModelTranslation >::idx_v(), se3::JointModelBase< JointModelTranslation >::lowerPosLimit(), se3::JointModelBase< _JointModel >::lowerPosLimit(), se3::JointModelBase< _JointModel >::maxEffortLimit(), se3::JointModelBase< JointModelTranslation >::maxEffortLimit(), se3::JointModelBase< _JointModel >::maxVelocityLimit(), se3::JointModelBase< JointModelTranslation >::maxVelocityLimit(), se3::JointModelBase< JointModelTranslation >::upperPosLimit(), and se3::JointModelBase< _JointModel >::upperPosLimit().
static const std::string se3::JointModelTranslation::shortname | ( | ) | [inline, static] |
JointModelDense<NQ, NV> se3::JointModelTranslation::toDense_impl | ( | ) | const [inline] |
References se3::JointModelBase< JointModelTranslation >::id(), se3::JointModelBase< JointModelTranslation >::idx_q(), se3::JointModelBase< JointModelTranslation >::idx_v(), se3::JointModelBase< JointModelTranslation >::lowerPosLimit(), se3::JointModelBase< JointModelTranslation >::maxEffortLimit(), se3::JointModelBase< JointModelTranslation >::maxVelocityLimit(), and se3::JointModelBase< JointModelTranslation >::upperPosLimit().