smooth_feedback
Control and estimation on Lie groups
|
MPC dynamics (derivatives obtained via autodiff). More...
#include <mpc.hpp>
Public Member Functions | |
Tangent< X > | operator() (const double t, const X &x, const U &u) |
Eigen::Matrix< double, Nx, 1+Nx+Nu > | jacobian (const double t, const X &x, const U &u) |
Public Attributes | |
F | f |
T | t0 {} |
Static Public Attributes | |
static constexpr auto | Nx = Dof<X> |
static constexpr auto | Nu = Dof<U> |
MPC dynamics (derivatives obtained via autodiff).
|
inline |
|
inline |
F smooth::feedback::detail::MPCDyn< T, X, U, F, DT >::f |
|
staticconstexpr |
|
staticconstexpr |
T smooth::feedback::detail::MPCDyn< T, X, U, F, DT >::t0 {} |