aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
aligator::TrajectoryTpl< Scalar > Struct Template Reference

#include <aligator/core/trajectory.hpp>

Collaboration diagram for aligator::TrajectoryTpl< Scalar >:
[legend]

Public Types

using VectorXs = typename math_types<Scalar>::VectorXs
 

Public Member Functions

long horizon () const
 

Public Attributes

std::vector< VectorXsxs
 
std::vector< VectorXsus
 
std::vector< VectorXsvs
 
std::vector< VectorXslbdas
 

Detailed Description

template<typename Scalar>
struct aligator::TrajectoryTpl< Scalar >

Definition at line 8 of file trajectory.hpp.

Member Typedef Documentation

◆ VectorXs

template<typename Scalar >
using aligator::TrajectoryTpl< Scalar >::VectorXs = typename math_types<Scalar>::VectorXs

Definition at line 9 of file trajectory.hpp.

Member Function Documentation

◆ horizon()

template<typename Scalar >
long aligator::TrajectoryTpl< Scalar >::horizon ( ) const
inline

Definition at line 14 of file trajectory.hpp.

Member Data Documentation

◆ xs

template<typename Scalar >
std::vector<VectorXs> aligator::TrajectoryTpl< Scalar >::xs

Definition at line 10 of file trajectory.hpp.

◆ us

template<typename Scalar >
std::vector<VectorXs> aligator::TrajectoryTpl< Scalar >::us

Definition at line 11 of file trajectory.hpp.

◆ vs

template<typename Scalar >
std::vector<VectorXs> aligator::TrajectoryTpl< Scalar >::vs

Definition at line 12 of file trajectory.hpp.

◆ lbdas

template<typename Scalar >
std::vector<VectorXs> aligator::TrajectoryTpl< Scalar >::lbdas

Definition at line 13 of file trajectory.hpp.


The documentation for this struct was generated from the following file: