|
smooth_feedback
Control and estimation on Lie groups
|
Collocation dynamics constraints. More...

Go to the source code of this file.
Functions | |
| Eigen::VectorXd | smooth::feedback::mesh_dyn_error (auto &&f, const MeshType auto &m, const double t0, const double tf, auto &&xfun, auto &&ufun) |
| Calculate relative dynamics errors for each interval in mesh. More... | |
Collocation dynamics constraints.
Definition in file dyn_error.hpp.
| Eigen::VectorXd smooth::feedback::mesh_dyn_error | ( | auto && | f, |
| const MeshType auto & | m, | ||
| const double | t0, | ||
| const double | tf, | ||
| auto && | xfun, | ||
| auto && | ufun | ||
| ) |
Calculate relative dynamics errors for each interval in mesh.
| f | dynamics function |
| m | Mesh |
| t0 | initial time variable |
| tf | final time variable |
| xfun | state trajectory |
| ufun | input trajectory |
Definition at line 29 of file dyn_error.hpp.