#define ALIGATOR_DYNAMIC_TYPEDEFS(Scalar)
DynamicsModelTpl< Scalar > DynamicsModel
StageModelTpl< Scalar > StageModel
CostAbstractTpl< Scalar > CostAbstract
ManifoldAbstractTpl< Scalar > Manifold
CallbackBaseTpl< Scalar > CallbackBase
WorkspaceTpl< Scalar > Workspace
ExplicitDynamicsModelTpl< Scalar > ExplicitDynamics
ALIGATOR_DEPRECATED_MESSAGE("Aligator now requires C++17 and the Eigen::aligned_allocator<T> class is " "no longer useful. This function is now just an alias for " "std::make_shared, and will be removed in the future.") inline auto allocate_shared_eigen_aligned(Args &&...args)
static constexpr int Options
StageConstraintTpl< Scalar > ALIGATOR_DEPRECATED
ResultsTpl< Scalar > Results
DynamicsDataTpl< Scalar > DynamicsData
StageFunctionTpl< Scalar > StageFunction
StageDataTpl< Scalar > StageData
ConstraintSetTpl< Scalar > ConstraintSet
ExplicitDynamicsDataTpl< Scalar > ExplicitDynamicsData
UnaryFunctionTpl< Scalar > UnaryFunction
StageFunctionDataTpl< Scalar > StageFunctionData
ConstraintStackTpl< Scalar > ConstraintStack
CostDataAbstractTpl< Scalar > CostData
SolverProxDDPTpl< Scalar > SolverProxDDP
TrajOptProblemTpl< Scalar > TrajOptProblem
TrajOptDataTpl< Scalar > TrajOptData
FilterTpl< Scalar > Filter
SolverFDDPTpl< Scalar > SolverFDDP
Convenience class to manage a stack of constraints.
Stage costs for control problems.
Data struct for CostAbstractTpl.
Dynamics model: describes system dynamics through an implicit relation .
Specific data struct for explicit dynamics ExplicitDynamicsModelTpl.
Explicit forward dynamics model .
A basic filter line-search strategy.
The feasible DDP (FDDP) algorithm, from Mastalli et al. (2020).
A proximal, augmented Lagrangian-type solver for trajectory optimization.
Simple struct holding together a function and set, to describe a constraint.
Data struct for stage models StageModelTpl.
Base struct for function data.
Class representing ternary functions .
A stage in the control problem.
Trajectory optimization problem.
Represents unary functions of the form , with no control (or next-state) arguments.
Workspace for solver SolverProxDDP.