Drake
|
#include "SplineInformation.h"
#include "drake/systems/trajectories/PiecewisePolynomial.h"
#include <stdexcept>
#include "drake/drakeSplineGeneration_export.h"
Go to the source code of this file.
Classes | |
class | ConstraintMatrixSingularError |
Functions | |
DRAKESPLINEGENERATION_EXPORT PiecewisePolynomial< double > | generateSpline (const SplineInformation &spline_information) |
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) |
DRAKESPLINEGENERATION_EXPORT PiecewisePolynomial<double> generateSpline | ( | const SplineInformation & | spline_information | ) |