NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
traj_data.h File Reference
#include <string>
#include <vector>
Include dependency graph for traj_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  traj_opt::PolynomialData
 
struct  traj_opt::SplineData
 
struct  traj_opt::TrajData
 
struct  traj_opt::SolverInfo
 

Namespaces

 traj_opt
 

Enumerations

enum  traj_opt::PolyType {
  traj_opt::STANDARD, traj_opt::LEGENDRE, traj_opt::WATTERSON, traj_opt::BEZIER,
  traj_opt::ENDPOINT, traj_opt::LIU, traj_opt::CHEBYSHEV
}