aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
problem-wrap.hpp File Reference
#include <crocoddyl/core/optctrl/shooting.hpp>
#include "aligator/core/traj-opt-problem.hpp"
#include "aligator/compat/crocoddyl/cost-wrap.hpp"
#include "aligator/compat/crocoddyl/action-model-wrap.hpp"
Include dependency graph for problem-wrap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  aligator
 Main package namespace.
 
namespace  aligator::compat
 Headers for compatibility modules.
 
namespace  aligator::compat::croc
 Headers for the Crocoddyl compatibility module.
 

Functions

template<typename Scalar >
TrajOptProblemTpl< Scalar > aligator::compat::croc::convertCrocoddylProblem (const boost::shared_ptr< crocoddyl::ShootingProblemTpl< Scalar > > &croc_problem)
 This function converts a crocoddyl::ShootingProblemTpl to an aligator::TrajOptProblemTpl.