smooth_feedback
Control and estimation on Lie groups
|
ASIFilter filter parameters. More...
#include <asif.hpp>
Public Attributes | |
double | T {1} |
Time horizon. More... | |
std::size_t | nh {1} |
Number of barrier constraints (must agree with output dimensionality of h) More... | |
Eigen::Matrix< double, Dof< U >, 1 > | u_weight {Eigen::Matrix<double, Dof<U>, 1>::Ones()} |
Weights on desired input. More... | |
ManifoldBounds< U > | ulim {} |
Input bounds. More... | |
ASIFtoQPParams | asif {} |
ASIFilter algorithm parameters. More... | |
QPSolverParams | qp {} |
solve_qp() parameters More... | |
ASIFilter filter parameters.
ASIFtoQPParams smooth::feedback::ASIFilterParams< U >::asif {} |
std::size_t smooth::feedback::ASIFilterParams< U >::nh {1} |
QPSolverParams smooth::feedback::ASIFilterParams< U >::qp {} |
solve_qp() parameters
double smooth::feedback::ASIFilterParams< U >::T {1} |
Eigen::Matrix<double, Dof<U>, 1> smooth::feedback::ASIFilterParams< U >::u_weight {Eigen::Matrix<double, Dof<U>, 1>::Ones()} |
ManifoldBounds<U> smooth::feedback::ASIFilterParams< U >::ulim {} |