aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include "aligator/compat/crocoddyl/fwd.hpp"
#include "aligator/compat/crocoddyl/state-wrap.hpp"
#include "aligator/compat/crocoddyl/dynamics-wrap.hpp"
#include "aligator/core/cost-abstract.hpp"
#include "aligator/core/stage-model.hpp"
#include "aligator/core/stage-data.hpp"
#include <crocoddyl/core/action-base.hpp>
#include "aligator/compat/crocoddyl/action-model-wrap.txx"
Go to the source code of this file.
Classes | |
struct | aligator::compat::croc::NoOpDynamics< Scalar > |
struct | aligator::compat::croc::ActionModelWrapperTpl< Scalar > |
Wraps a crocoddyl::ActionModelAbstract. More... | |
struct | aligator::compat::croc::ActionDataWrapperTpl< Scalar > |
A complicated child class to StageDataTpl which pipes Crocoddyl's data to the right places. More... | |
Namespaces | |
namespace | aligator |
Main package namespace. | |
namespace | aligator::compat |
Headers for compatibility modules. | |
namespace | aligator::compat::croc |
Headers for the Crocoddyl compatibility module. | |
Definition in file action-model-wrap.hpp.