aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
Functions | |
aligator::TrajOptProblemTpl< Scalar >::TrajOptProblemTpl (xyz::polymorphic< UnaryFunction > init_constraint, xyz::polymorphic< CostAbstract > term_cost) | |
aligator::TrajOptProblemTpl< Scalar >::TrajOptProblemTpl (const ConstVectorRef &x0, const int nu, xyz::polymorphic< Manifold > space, xyz::polymorphic< CostAbstract > term_cost) | |
Constructor for an initial value problem. | |
aligator::TrajOptProblemTpl< Scalar >::TrajOptProblemTpl | ( | xyz::polymorphic< UnaryFunction > | init_constraint, |
xyz::polymorphic< CostAbstract > | term_cost ) |
aligator::TrajOptProblemTpl< Scalar >::TrajOptProblemTpl | ( | const ConstVectorRef & | x0, |
const int | nu, | ||
xyz::polymorphic< Manifold > | space, | ||
xyz::polymorphic< CostAbstract > | term_cost ) |
Constructor for an initial value problem.