aligator  0.13.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <crocoddyl/core/fwd.hpp>
4
5namespace aligator {
7namespace compat {
9namespace croc {
10
11template <typename Scalar> struct StateWrapperTpl;
12
13template <typename Scalar> struct CrocCostModelWrapperTpl;
14
15template <typename Scalar> struct CrocCostDataWrapperTpl;
16
17template <typename Scalar> struct DynamicsDataWrapperTpl;
18
19template <typename Scalar> struct ActionModelWrapperTpl;
20
21template <typename Scalar> struct ActionDataWrapperTpl;
22
23} // namespace croc
24} // namespace compat
25} // namespace aligator
Headers for the Crocoddyl compatibility module.
Headers for compatibility modules.
Main package namespace.
A complicated child class to StageDataTpl which pipes Crocoddyl's data to the right places.
Wraps a crocoddyl::ActionModelAbstract.
Wraps a crocoddyl::StateAbstractTpl to a manifold (proxsuite::nlp::ManifoldAbstractTpl).