#include <joint-mimic.hpp>
Classes | |
struct | TransposeConst |
Public Types | |
enum | { NV = Constraint::NV } |
typedef JointMotionSubspaceBase< ScaledJointMotionSubspace > | Base |
typedef SE3GroupAction< Constraint >::ReturnType | SE3ActionReturnType |
Public Member Functions | |
template<typename VectorLike > | |
JointMotion | __mult__ (const Eigen::MatrixBase< VectorLike > &v) const |
Constraint & | constraint () |
const Constraint & | constraint () const |
bool | isEqual (const ScaledJointMotionSubspace &other) const |
DenseBase | matrix_impl () const |
template<typename MotionDerived > | |
MotionAlgebraAction< ScaledJointMotionSubspace, MotionDerived >::ReturnType | motionAction (const MotionDense< MotionDerived > &m) const |
int | nv () const |
int | nv_impl () const |
ScaledJointMotionSubspace & | operator= (const ScaledJointMotionSubspace &other) |
ScaledJointMotionSubspace () | |
ScaledJointMotionSubspace (const Constraint &constraint, const Scalar &scaling_factor) | |
ScaledJointMotionSubspace (const Scalar &scaling_factor) | |
ScaledJointMotionSubspace (const ScaledJointMotionSubspace &other) | |
Scalar & | scaling () |
const Scalar & | scaling () const |
template<typename S1 , int O1> | |
SE3ActionReturnType | se3Action (const SE3Tpl< S1, O1 > &m) const |
template<typename S1 , int O1> | |
SE3ActionReturnType | se3ActionInverse (const SE3Tpl< S1, O1 > &m) const |
TransposeConst | transpose () const |
Protected Attributes | |
Constraint | m_constraint |
Scalar | m_scaling_factor |
Definition at line 15 of file joint-mimic.hpp.
typedef JointMotionSubspaceBase<ScaledJointMotionSubspace> pinocchio::ScaledJointMotionSubspace< Constraint >::Base |
Definition at line 92 of file joint-mimic.hpp.
typedef SE3GroupAction<Constraint>::ReturnType pinocchio::ScaledJointMotionSubspace< Constraint >::SE3ActionReturnType |
Definition at line 95 of file joint-mimic.hpp.
anonymous enum |
Enumerator | |
---|---|
NV |
Definition at line 88 of file joint-mimic.hpp.
|
inline |
Definition at line 97 of file joint-mimic.hpp.
|
inlineexplicit |
Definition at line 101 of file joint-mimic.hpp.
|
inline |
Definition at line 106 of file joint-mimic.hpp.
|
inline |
Definition at line 112 of file joint-mimic.hpp.
|
inline |
Definition at line 126 of file joint-mimic.hpp.
|
inline |
Definition at line 217 of file joint-mimic.hpp.
|
inline |
Definition at line 213 of file joint-mimic.hpp.
|
inline |
Definition at line 222 of file joint-mimic.hpp.
|
inline |
Definition at line 188 of file joint-mimic.hpp.
|
inline |
Definition at line 196 of file joint-mimic.hpp.
|
inline |
Definition at line 91 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 147 of file joint-mimic.hpp.
|
inline |
Definition at line 118 of file joint-mimic.hpp.
|
inline |
Definition at line 208 of file joint-mimic.hpp.
|
inline |
Definition at line 204 of file joint-mimic.hpp.
|
inline |
Definition at line 134 of file joint-mimic.hpp.
|
inline |
Definition at line 141 of file joint-mimic.hpp.
|
inline |
Definition at line 183 of file joint-mimic.hpp.
|
protected |
Definition at line 229 of file joint-mimic.hpp.
|
protected |
Definition at line 230 of file joint-mimic.hpp.