|
| JointModelComposite () |
| Empty contructor.
|
|
template<typename JointModel > |
| JointModelComposite (const JointModelBase< JointModel > &jmodel, const SE3 &placement=SE3::Identity()) |
| Default constructor with at least one joint. More...
|
|
| JointModelComposite (const JointModelComposite &other) |
| Copy constructor. More...
|
|
template<typename JointModel > |
void | addJoint (const JointModelBase< JointModel > &jmodel, const SE3 &placement=SE3::Identity()) |
| Add a joint to the composition of joints. More...
|
|
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 |
|
void | calc_aba (JointData &data, Inertia::Matrix6 &I, const bool update_I) const |
|
Scalar | finiteDifferenceIncrement () const |
|
int | nv_impl () const |
|
int | nq_impl () const |
|
void | setIndexes_impl (JointIndex id, int q, int v) |
| Update the indexes of subjoints in the stack.
|
|
std::string | shortname () const |
|
JointModelComposite & | operator= (const JointModelComposite &other) |
|
template<typename D > |
SizeDepType< NQ >::template SegmentReturn< D >::ConstType | jointConfigSelector (const Eigen::MatrixBase< D > &a) const |
|
template<typename D > |
SizeDepType< NQ >::template SegmentReturn< D >::Type | jointConfigSelector (Eigen::MatrixBase< D > &a) const |
|
template<typename D > |
SizeDepType< NV >::template SegmentReturn< D >::ConstType | jointVelocitySelector (const Eigen::MatrixBase< D > &a) const |
|
template<typename D > |
SizeDepType< NV >::template SegmentReturn< D >::Type | jointVelocitySelector (Eigen::MatrixBase< D > &a) const |
|
template<typename D > |
SizeDepType< NV >::template ColsReturn< D >::ConstType | jointCols (const Eigen::MatrixBase< D > &A) const |
|
template<typename D > |
SizeDepType< NV >::template ColsReturn< D >::Type | jointCols (Eigen::MatrixBase< D > &A) const |
|
template<typename D > |
SizeDepType< Eigen::Dynamic >::template SegmentReturn< D >::ConstType | jointConfigSelector_impl (const Eigen::MatrixBase< D > &a) const |
|
template<typename D > |
SizeDepType< Eigen::Dynamic >::template SegmentReturn< D >::Type | jointConfigSelector_impl (Eigen::MatrixBase< D > &a) const |
|
template<typename D > |
SizeDepType< Eigen::Dynamic >::template SegmentReturn< D >::ConstType | jointVelocitySelector_impl (const Eigen::MatrixBase< D > &a) const |
|
template<typename D > |
SizeDepType< Eigen::Dynamic >::template SegmentReturn< D >::Type | jointVelocitySelector_impl (Eigen::MatrixBase< D > &a) const |
|
template<typename D > |
SizeDepType< Eigen::Dynamic >::template ColsReturn< D >::ConstType | jointCols_impl (const Eigen::MatrixBase< D > &A) const |
|
template<typename D > |
SizeDepType< Eigen::Dynamic >::template ColsReturn< D >::Type | jointCols_impl (Eigen::MatrixBase< D > &A) const |
|
JointModelDerived & | derived () |
|
const JointModelDerived & | derived () const |
|
JointDataDerived | createData () const |
|
void | calc (JointDataDerived &data, const Eigen::VectorXd &qs) const |
|
void | calc (JointDataDerived &data, const Eigen::VectorXd &qs, const Eigen::VectorXd &vs) const |
|
void | calc_aba (JointDataDerived &data, Inertia::Matrix6 &I, const bool update_I=false) const |
|
ConfigVector_t::Scalar | finiteDifferenceIncrement () const |
| Return the resolution of the finite differerence increment according to the Scalar type. More...
|
|
int | nv () const |
|
int | nq () const |
|
int | nv_impl () const |
|
int | nq_impl () const |
|
int | idx_q () const |
|
int | idx_v () const |
|
JointIndex | id () const |
|
void | setIndexes (JointIndex id, int q, int v) |
|
void | setIndexes_impl (JointIndex id, int q, int v) |
|
void | disp (std::ostream &os) const |
|
std::string | shortname () const |
|
bool | operator== (const JointModelBase< OtherDerived > &other) const |
|
bool | isEqual (const JointModelBase< OtherDerived > &) const |
|
bool | isEqual (const JointModelBase< JointModelComposite > &other) const |
|
SizeDepType< NQ >::template SegmentReturn< D >::ConstType | jointConfigSelector (const Eigen::MatrixBase< D > &a) const |
|
SizeDepType< NQ >::template SegmentReturn< D >::Type | jointConfigSelector (Eigen::MatrixBase< D > &a) const |
|
SizeDepType< NQ >::template SegmentReturn< D >::ConstType | jointConfigSelector_impl (const Eigen::MatrixBase< D > &a) const |
|
SizeDepType< NQ >::template SegmentReturn< D >::Type | jointConfigSelector_impl (Eigen::MatrixBase< D > &a) const |
|
SizeDepType< NV >::template SegmentReturn< D >::ConstType | jointVelocitySelector (const Eigen::MatrixBase< D > &a) const |
|
SizeDepType< NV >::template SegmentReturn< D >::Type | jointVelocitySelector (Eigen::MatrixBase< D > &a) const |
|
SizeDepType< NV >::template SegmentReturn< D >::ConstType | jointVelocitySelector_impl (const Eigen::MatrixBase< D > &a) const |
|
SizeDepType< NV >::template SegmentReturn< D >::Type | jointVelocitySelector_impl (Eigen::MatrixBase< D > &a) const |
|
SizeDepType< NV >::template ColsReturn< D >::ConstType | jointCols (const Eigen::MatrixBase< D > &A) const |
|
SizeDepType< NV >::template ColsReturn< D >::Type | jointCols (Eigen::MatrixBase< D > &A) const |
|
SizeDepType< NV >::template ColsReturn< D >::ConstType | jointCols_impl (const Eigen::MatrixBase< D > &A) const |
|
SizeDepType< NV >::template ColsReturn< D >::Type | jointCols_impl (Eigen::MatrixBase< D > &A) const |
|
Definition at line 110 of file joint-composite.hpp.