Drake
splineGeneration.h File Reference
#include "SplineInformation.h"
#include "drake/systems/trajectories/PiecewisePolynomial.h"
#include <stdexcept>
#include "drake/drakeSplineGeneration_export.h"
Include dependency graph for splineGeneration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ConstraintMatrixSingularError
 

Functions

DRAKESPLINEGENERATION_EXPORT PiecewisePolynomial< doublegenerateSpline (const SplineInformation &spline_information)
 
DRAKESPLINEGENERATION_EXPORT PiecewisePolynomial< doublenWaypointCubicSpline (const std::vector< double > &segment_times, double x0, double xd0, double xf, double xdf, const Eigen::Ref< const Eigen::VectorXd > &xi)
 

Function Documentation

DRAKESPLINEGENERATION_EXPORT PiecewisePolynomial<double> generateSpline ( const SplineInformation spline_information)

Here is the call graph for this function:

Here is the caller graph for this function:

DRAKESPLINEGENERATION_EXPORT PiecewisePolynomial<double> nWaypointCubicSpline ( const std::vector< double > &  segment_times,
double  x0,
double  xd0,
double  xf,
double  xdf,
const Eigen::Ref< const Eigen::VectorXd > &  xi 
)

Here is the caller graph for this function: