aligator
0.15.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
State error \(x \ominus x_\text{ref}\). More...
#include <aligator/modelling/state-error.hpp>
Public Types | |
using | Base = detail::StateOrControlErrorResidual<Scalar, 0> |
State error \(x \ominus x_\text{ref}\).
This can be used, by using the manifold neutral element as the reference, to define constraints on the state (e.g. joint position or velocity limits).
Definition at line 152 of file state-error.hpp.
using aligator::StateErrorResidualTpl< Scalar >::Base = detail::StateOrControlErrorResidual<Scalar, 0> |
Definition at line 153 of file state-error.hpp.