#include <casadi.hpp>
Public Types | |
typedef MotionBase< Derived > | Base |
typedef traits< Derived >::MotionRefType | MotionRefType |
Public Member Functions | |
template<typename OtherScalar > | |
MotionPlain | __div__ (const OtherScalar &alpha) const |
template<typename M1 > | |
Derived & | __mequ__ (const MotionDense< M1 > &v) |
template<typename M1 > | |
MotionPlain | __minus__ (const MotionDense< M1 > &v) const |
template<typename OtherScalar > | |
MotionPlain | __mult__ (const OtherScalar &alpha) const |
MotionPlain | __opposite__ () const |
template<typename M1 > | |
Derived & | __pequ__ (const MotionDense< M1 > &v) |
template<typename M1 > | |
MotionPlain | __plus__ (const MotionDense< M1 > &v) const |
AngularType | angular () |
ConstAngularType | angular () const |
template<typename V3Like > | |
void | angular (const Eigen::MatrixBase< V3Like > &w) |
template<typename D > | |
MotionAlgebraAction< D, Derived >::ReturnType | cross_impl (const D &d) const |
Derived & | derived () |
const Derived & | derived () const |
void | disp_impl (std::ostream &os) const |
template<typename F1 > | |
Scalar | dot (const ForceBase< F1 > &phi) const |
bool | isApprox (const Derived &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
template<typename M2 > | |
bool | isApprox (const MotionDense< M2 > &m2, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
template<typename D2 > | |
bool | isApprox_impl (const MotionDense< D2 > &m2, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
template<typename D2 > | |
bool | isEqual_impl (const MotionBase< D2 > &other) const |
template<typename D2 > | |
bool | isEqual_impl (const MotionDense< D2 > &other) const |
bool | isZero (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
bool | isZero_impl (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
LinearType | linear () |
ConstLinearType | linear () const |
template<typename V3Like > | |
void | linear (const Eigen::MatrixBase< V3Like > &v) |
MOTION_TYPEDEF_TPL (Derived) | |
template<typename M1 > | |
MotionPlain | motionAction (const MotionDense< M1 > &v) const |
template<typename M1 , typename M2 > | |
void | motionAction (const MotionDense< M1 > &v, MotionDense< M2 > &mout) const |
template<typename M1 > | |
MotionPlain | operator+ (const MotionDense< M1 > &v) const |
template<typename M1 > | |
Derived & | operator+= (const MotionBase< M1 > &v) |
template<typename M1 > | |
Derived & | operator+= (const MotionDense< M1 > &v) |
MotionPlain | operator- () const |
template<typename M1 > | |
MotionPlain | operator- (const MotionDense< M1 > &v) const |
template<typename M1 > | |
Derived & | operator-= (const MotionDense< M1 > &v) |
template<typename V6 > | |
Derived & | operator= (const Eigen::MatrixBase< V6 > &v) |
template<typename D2 > | |
Derived & | operator= (const MotionBase< D2 > &other) |
Derived & | operator= (const MotionDense &other) |
template<typename D2 > | |
Derived & | operator= (const MotionDense< D2 > &other) |
MotionRefType | ref () |
template<typename S2 , int O2> | |
SE3GroupAction< Derived >::ReturnType | se3Action_impl (const SE3Tpl< S2, O2 > &m) const |
template<typename S2 , int O2, typename D2 > | |
void | se3Action_impl (const SE3Tpl< S2, O2 > &m, MotionDense< D2 > &v) const |
template<typename S2 , int O2> | |
SE3GroupAction< Derived >::ReturnType | se3ActionInverse_impl (const SE3Tpl< S2, O2 > &m) const |
template<typename S2 , int O2, typename D2 > | |
void | se3ActionInverse_impl (const SE3Tpl< S2, O2 > &m, MotionDense< D2 > &v) const |
template<typename D2 > | |
Derived & | set (const MotionDense< D2 > &other) |
Derived & | setRandom () |
Derived & | setZero () |
ActionMatrixType | toActionMatrix_impl () const |
ActionMatrixType | toDualActionMatrix_impl () const |
HomogeneousMatrixType | toHomogeneousMatrix_impl () const |
Protected Member Functions | |
MotionDense () | |
MotionDense (const MotionDense &)=delete | |
Definition at line 36 of file context/casadi.hpp.
typedef MotionBase<Derived> pinocchio::MotionDense< Derived >::Base |
Definition at line 29 of file motion-dense.hpp.
typedef traits<Derived>::MotionRefType pinocchio::MotionDense< Derived >::MotionRefType |
Definition at line 31 of file motion-dense.hpp.
|
inlineprotected |
Definition at line 303 of file motion-dense.hpp.
|
protecteddelete |
|
inline |
Definition at line 205 of file motion-dense.hpp.
|
inline |
Definition at line 191 of file motion-dense.hpp.
|
inline |
Definition at line 177 of file motion-dense.hpp.
|
inline |
Definition at line 199 of file motion-dense.hpp.
|
inline |
Definition at line 165 of file motion-dense.hpp.
|
inline |
Definition at line 183 of file motion-dense.hpp.
|
inline |
Definition at line 171 of file motion-dense.hpp.
|
inline |
Definition at line 40 of file motion-base.hpp.
|
inline |
Definition at line 32 of file motion-base.hpp.
|
inline |
Definition at line 50 of file motion-base.hpp.
|
inline |
Definition at line 217 of file motion-dense.hpp.
|
inline |
Definition at line 18 of file motion-base.hpp.
|
inline |
Definition at line 22 of file motion-base.hpp.
|
inline |
Definition at line 290 of file motion-dense.hpp.
|
inline |
Definition at line 211 of file motion-dense.hpp.
|
inline |
Definition at line 172 of file motion-base.hpp.
|
inline |
Definition at line 238 of file motion-dense.hpp.
|
inline |
Definition at line 246 of file motion-dense.hpp.
|
inline |
Definition at line 90 of file motion-dense.hpp.
|
inline |
Definition at line 84 of file motion-dense.hpp.
|
inline |
Definition at line 179 of file motion-base.hpp.
|
inline |
Definition at line 253 of file motion-dense.hpp.
|
inline |
Definition at line 44 of file motion-base.hpp.
|
inline |
Definition at line 36 of file motion-base.hpp.
|
inline |
Definition at line 56 of file motion-base.hpp.
pinocchio::MotionDense< Derived >::MOTION_TYPEDEF_TPL | ( | Derived | ) |
|
inline |
Definition at line 230 of file motion-dense.hpp.
|
inline |
Definition at line 223 of file motion-dense.hpp.
|
inline |
Definition at line 137 of file motion-dense.hpp.
|
inline |
Definition at line 153 of file motion-dense.hpp.
|
inline |
Definition at line 148 of file motion-dense.hpp.
|
inline |
Definition at line 132 of file motion-dense.hpp.
|
inline |
Definition at line 142 of file motion-dense.hpp.
|
inline |
Definition at line 160 of file motion-dense.hpp.
|
inline |
Definition at line 123 of file motion-dense.hpp.
|
inline |
Definition at line 116 of file motion-dense.hpp.
|
inline |
Definition at line 102 of file motion-dense.hpp.
|
inline |
Definition at line 97 of file motion-dense.hpp.
|
inline |
Definition at line 297 of file motion-dense.hpp.
|
inline |
Definition at line 266 of file motion-dense.hpp.
|
inline |
Definition at line 259 of file motion-dense.hpp.
|
inline |
Definition at line 283 of file motion-dense.hpp.
|
inline |
Definition at line 274 of file motion-dense.hpp.
|
inline |
Definition at line 108 of file motion-dense.hpp.
|
inline |
Definition at line 45 of file motion-dense.hpp.
|
inline |
Definition at line 39 of file motion-dense.hpp.
|
inline |
Definition at line 52 of file motion-dense.hpp.
|
inline |
Definition at line 63 of file motion-dense.hpp.
|
inline |
Definition at line 74 of file motion-dense.hpp.