aligator  0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
Constructors without pre-allocated stages

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.
 

Detailed Description

Function Documentation

◆ TrajOptProblemTpl() [1/2]

template<typename Scalar >
aligator::TrajOptProblemTpl< Scalar >::TrajOptProblemTpl ( xyz::polymorphic< UnaryFunction > init_constraint,
xyz::polymorphic< CostAbstract > term_cost )

◆ TrajOptProblemTpl() [2/2]

template<typename Scalar >
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.