|
template<template< typename Scalar > class Model> |
| ContactDataNumDiffTpl (Model< Scalar > *const model, pinocchio::DataTpl< Scalar > *const data) |
|
template<template< typename Scalar > class Model> |
| ContactDataAbstractTpl (Model< Scalar > *const model, pinocchio::DataTpl< Scalar > *const data) |
|
template<template< typename Scalar > class Model> |
| ForceDataAbstractTpl (Model< Scalar > *const model, pinocchio::DataTpl< Scalar > *const data) |
|
|
VectorXs | a0 |
|
MatrixXs | da0_dx |
|
boost::shared_ptr< Base > | data_0 |
| The data at the approximation point.
|
|
std::vector< boost::shared_ptr< Base > > | data_x |
| The temporary data associated with the state variation.
|
|
VectorXs | dx |
| State disturbance.
|
|
pinocchio::ForceTpl< Scalar > | f |
|
pinocchio::DataTpl< Scalar > * | pinocchio |
| Pinocchio data.
|
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
|
VectorXs | xp |
| The integrated state from the disturbance on one DoF "\f$ \int x dx_i \f$".
|
|
VectorXs | a0 |
|
MatrixXs | da0_dx |
|
MatrixXs | df_du |
| Jacobian of the contact forces.
|
|
MatrixXs | df_dx |
| Jacobian of the contact forces.
|
|
pinocchio::ForceTpl< Scalar > | f |
|
pinocchio::FrameIndex | frame |
| Frame index of the contact frame.
|
|
pinocchio::SE3Tpl< Scalar >::ActionMatrixType | fXj |
|
MatrixXs | Jc |
| Contact Jacobian.
|
|
pinocchio::SE3Tpl< Scalar > | jMf |
| Local frame placement of the contact frame.
|
|
pinocchio::DataTpl< Scalar > * | pinocchio |
| Pinocchio data.
|
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
|
MatrixXs | df_du |
| Jacobian of the contact forces.
|
|
MatrixXs | df_dx |
| Jacobian of the contact forces.
|
|
pinocchio::ForceTpl< Scalar > | f |
|
pinocchio::FrameIndex | frame |
| Frame index of the contact frame.
|
|
MatrixXs | Jc |
| Contact Jacobian.
|
|
pinocchio::SE3Tpl< Scalar > | jMf |
| Local frame placement of the contact frame.
|
|
pinocchio::DataTpl< Scalar > * | pinocchio |
| Pinocchio data.
|
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
|
template<typename _Scalar>
struct crocoddyl::ContactDataNumDiffTpl< _Scalar >
Definition at line 63 of file fwd.hpp.
pinocchio::ForceTpl<Scalar> f |
External spatial force at the parent joint level. Note that we could compute the force at the contact frame by using jMf (i.e. data.jMf.actInv(data.f)
Definition at line 48 of file force-base.hpp.
The documentation for this struct was generated from the following files: