aligator  0.12.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
 
Loading...
Searching...
No Matches
problem-wrap.hpp
Go to the documentation of this file.
1
3#pragma once
4
5#include "context.hpp"
6#include <crocoddyl/core/optctrl/shooting.hpp>
7
9
13template <typename Scalar>
15 const shared_ptr<crocoddyl::ShootingProblemTpl<Scalar>> &croc_problem);
16
17#ifdef ALIGATOR_ENABLE_TEMPLATE_INSTANTIATION
18extern template ::aligator::context::TrajOptProblem
20 const shared_ptr<context::CrocShootingProblem> &);
21#endif
22
23} // namespace aligator::compat::croc
Defines the context for instantiating the templates.
Headers for the Crocoddyl compatibility module.
TrajOptProblemTpl< Scalar > convertCrocoddylProblem(const shared_ptr< crocoddyl::ShootingProblemTpl< Scalar > > &croc_problem)
This function converts a crocoddyl::ShootingProblemTpl to an aligator::TrajOptProblemTpl.
Trajectory optimization problem.