|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
#include <aligator/modelling/multibody/frame-placement.hpp>
Public Types | |
| using | Scalar = _Scalar |
| using | BaseData = StageFunctionDataTpl<Scalar> |
| using | Model = pinocchio::ModelTpl<Scalar> |
| using | PolyManifold = xyz::polymorphic<ManifoldAbstractTpl<Scalar>> |
| using | SE3 = pinocchio::SE3Tpl<Scalar> |
| using | Data = FramePlacementDataTpl<Scalar> |
Public Types inherited from aligator::UnaryFunctionTpl< _Scalar > | |
| using | Scalar = _Scalar |
| using | Base = StageFunctionTpl<Scalar> |
| using | Data = StageFunctionDataTpl<Scalar> |
Public Types inherited from aligator::StageFunctionTpl< _Scalar > | |
| using | Scalar = _Scalar |
| using | Data = StageFunctionDataTpl<Scalar> |
Public Member Functions | |
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
| ALIGATOR_UNARY_FUNCTION_INTERFACE (Scalar) | |
| FramePlacementResidualTpl (const int ndx, const int nu, const Model &model, const SE3 &frame, const pinocchio::FrameIndex frame_id) | |
| const SE3 & | getReference () const |
| void | setReference (const SE3 &p_new) |
| void | evaluate (const ConstVectorRef &x, BaseData &data) const |
| void | computeJacobians (const ConstVectorRef &x, BaseData &data) const |
| shared_ptr< BaseData > | createData () const |
| Instantiate a Data object. | |
Public Member Functions inherited from aligator::UnaryFunctionTpl< _Scalar > | |
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
| virtual void | computeVectorHessianProducts (const ConstVectorRef &, const ConstVectorRef &, Data &) const |
| void | evaluate (const ConstVectorRef &x, const ConstVectorRef &, Data &data) const override |
| Evaluate the function. | |
| void | computeJacobians (const ConstVectorRef &x, const ConstVectorRef &, Data &data) const override |
| Compute Jacobians of this function. | |
| void | computeVectorHessianProducts (const ConstVectorRef &x, const ConstVectorRef &, const ConstVectorRef &lbda, Data &data) const override |
| Compute the vector-hessian products of this function. | |
Public Member Functions inherited from aligator::StageFunctionTpl< _Scalar > | |
| ALIGATOR_DYNAMIC_TYPEDEFS (Scalar) | |
| StageFunctionTpl (const int ndx, const int nu, const int nr) | |
| virtual | ~StageFunctionTpl ()=default |
Public Member Functions inherited from aligator::frame_api | |
| pinocchio::FrameIndex | getFrameId () const |
| void | setFrameId (const std::size_t id) |
Public Attributes | |
| Model | pin_model_ |
Public Attributes inherited from aligator::StageFunctionTpl< _Scalar > | |
| const int | ndx1 |
| Current state dimension. | |
| const int | nu |
| Control dimension. | |
| const int | nr |
| Function codimension. | |
Protected Attributes | |
| SE3 | p_ref_ |
| SE3 | p_ref_inverse_ |
Protected Attributes inherited from aligator::frame_api | |
| pinocchio::FrameIndex | pin_frame_id_ |
Definition at line 16 of file frame-placement.hpp.
| using aligator::FramePlacementResidualTpl< _Scalar >::Scalar = _Scalar |
Definition at line 19 of file frame-placement.hpp.
| using aligator::FramePlacementResidualTpl< _Scalar >::BaseData = StageFunctionDataTpl<Scalar> |
Definition at line 22 of file frame-placement.hpp.
| using aligator::FramePlacementResidualTpl< _Scalar >::Model = pinocchio::ModelTpl<Scalar> |
Definition at line 23 of file frame-placement.hpp.
| using aligator::FramePlacementResidualTpl< _Scalar >::PolyManifold = xyz::polymorphic<ManifoldAbstractTpl<Scalar>> |
Definition at line 24 of file frame-placement.hpp.
| using aligator::FramePlacementResidualTpl< _Scalar >::SE3 = pinocchio::SE3Tpl<Scalar> |
Definition at line 25 of file frame-placement.hpp.
| using aligator::FramePlacementResidualTpl< _Scalar >::Data = FramePlacementDataTpl<Scalar> |
Definition at line 26 of file frame-placement.hpp.
|
inline |
Definition at line 30 of file frame-placement.hpp.
| aligator::FramePlacementResidualTpl< _Scalar >::ALIGATOR_DYNAMIC_TYPEDEFS | ( | Scalar | ) |
| aligator::FramePlacementResidualTpl< _Scalar >::ALIGATOR_UNARY_FUNCTION_INTERFACE | ( | Scalar | ) |
|
inline |
Definition at line 40 of file frame-placement.hpp.
|
inline |
Definition at line 41 of file frame-placement.hpp.
|
virtual |
Implements aligator::UnaryFunctionTpl< _Scalar >.
|
virtual |
Implements aligator::UnaryFunctionTpl< _Scalar >.
|
inlinevirtual |
Instantiate a Data object.
Reimplemented from aligator::StageFunctionTpl< _Scalar >.
Definition at line 50 of file frame-placement.hpp.
| Model aligator::FramePlacementResidualTpl< _Scalar >::pin_model_ |
Definition at line 28 of file frame-placement.hpp.
|
protected |
Definition at line 55 of file frame-placement.hpp.
|
protected |
Definition at line 56 of file frame-placement.hpp.