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
8
namespace
aligator::compat::croc
{
9
13
template
<
typename
Scalar>
14
TrajOptProblemTpl<Scalar>
convertCrocoddylProblem
(
15
const
shared_ptr<crocoddyl::ShootingProblemTpl<Scalar>> &croc_problem);
16
17
#ifdef ALIGATOR_ENABLE_TEMPLATE_INSTANTIATION
18
extern
template ::aligator::context::TrajOptProblem
19
convertCrocoddylProblem<context::Scalar>
(
20
const
shared_ptr<context::CrocShootingProblem> &);
21
#endif
22
23
}
// namespace aligator::compat::croc
context.hpp
Defines the context for instantiating the templates.
aligator::compat::croc
Headers for the Crocoddyl compatibility module.
Definition
action-model-wrap.hpp:16
aligator::compat::croc::convertCrocoddylProblem
TrajOptProblemTpl< Scalar > convertCrocoddylProblem(const shared_ptr< crocoddyl::ShootingProblemTpl< Scalar > > &croc_problem)
This function converts a crocoddyl::ShootingProblemTpl to an aligator::TrajOptProblemTpl.
aligator::TrajOptProblemTpl
Trajectory optimization problem.
Definition
traj-opt-problem.hpp:23
include
aligator
compat
crocoddyl
problem-wrap.hpp
Generated by
1.13.2