aligator  0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
Loading...
Searching...
No Matches
aligator::dynamics::MultibodyFreeFwdDataTpl< Scalar > Struct Template Reference

#include <aligator/modelling/dynamics/multibody-free-fwd.hpp>

Inheritance diagram for aligator::dynamics::MultibodyFreeFwdDataTpl< Scalar >:
[legend]
Collaboration diagram for aligator::dynamics::MultibodyFreeFwdDataTpl< Scalar >:
[legend]

Public Types

using Base = ContinuousDynamicsDataTpl<Scalar>
using VectorXs = typename math_types<Scalar>::VectorXs
using MatrixXs = typename math_types<Scalar>::MatrixXs
using PinDataType = pinocchio::DataTpl<Scalar>
Public Types inherited from aligator::dynamics::ContinuousDynamicsDataTpl< Scalar >
using Scalar

Public Member Functions

 MultibodyFreeFwdDataTpl (const MultibodyFreeFwdDynamicsTpl< Scalar > *cont_dyn)
Public Member Functions inherited from aligator::dynamics::ContinuousDynamicsDataTpl< Scalar >
 ALIGATOR_DYNAMIC_TYPEDEFS (Scalar)
ConstMatrixRef Jx () const
ConstMatrixRef Ju () const
MatrixRef Jx ()
MatrixRef Ju ()
 ContinuousDynamicsDataTpl (const int ndx, const int nu)
virtual ~ContinuousDynamicsDataTpl ()=default

Public Attributes

VectorXs tau_
MatrixXs dtau_dx_
MatrixXs dtau_du_
PinDataType pin_data_
Public Attributes inherited from aligator::dynamics::ContinuousDynamicsDataTpl< Scalar >
VectorXs value_
 Residual value \(e = f(x,u,\dot{x})\).
MatrixXs Jx_
 Derivative \(\partial f/{\partial x}\).
MatrixXs Ju_
 Derivative \(\partial f/{\partial u}\).
MatrixXs Jxdot_
 Derivative \(\partial f/\partial\dot{x}\).
VectorXs xdot_
 Time derivative \(\dot{x} = f(x, u)\), output of ODE model.

Detailed Description

template<typename Scalar>
struct aligator::dynamics::MultibodyFreeFwdDataTpl< Scalar >

Definition at line 72 of file multibody-free-fwd.hpp.

Member Typedef Documentation

◆ Base

◆ VectorXs

template<typename Scalar>
using aligator::dynamics::MultibodyFreeFwdDataTpl< Scalar >::VectorXs = typename math_types<Scalar>::VectorXs

Definition at line 74 of file multibody-free-fwd.hpp.

◆ MatrixXs

template<typename Scalar>
using aligator::dynamics::MultibodyFreeFwdDataTpl< Scalar >::MatrixXs = typename math_types<Scalar>::MatrixXs

Definition at line 75 of file multibody-free-fwd.hpp.

◆ PinDataType

Definition at line 76 of file multibody-free-fwd.hpp.

Constructor & Destructor Documentation

◆ MultibodyFreeFwdDataTpl()

template<typename Scalar>
aligator::dynamics::MultibodyFreeFwdDataTpl< Scalar >::MultibodyFreeFwdDataTpl(const MultibodyFreeFwdDynamicsTpl< Scalar > *cont_dyn)

Member Data Documentation

◆ tau_

Definition at line 77 of file multibody-free-fwd.hpp.

◆ dtau_dx_

Definition at line 78 of file multibody-free-fwd.hpp.

◆ dtau_du_

Definition at line 79 of file multibody-free-fwd.hpp.

◆ pin_data_

Definition at line 80 of file multibody-free-fwd.hpp.


The documentation for this struct was generated from the following file: