Aikido
|
#include <Eigen/Dense>
#include "aikido/planner/TrajectoryPostProcessor.hpp"
#include "aikido/trajectory/Interpolated.hpp"
#include "aikido/trajectory/Spline.hpp"
Go to the source code of this file.
Classes | |
class | aikido::planner::kunzretimer::KunzRetimer |
Class for performing time-optimal trajectory retiming following subject to velocity and acceleration limits. More... | |
Namespaces | |
aikido | |
Format of serialized trajectory in YAML. | |
aikido::planner | |
aikido::planner::kunzretimer | |
Functions | |
std::unique_ptr< aikido::trajectory::Spline > | aikido::planner::kunzretimer::computeKunzTiming (const aikido::trajectory::Interpolated &inputTrajectory, const Eigen::VectorXd &maxVelocity, const Eigen::VectorXd &maxAcceleration, double maxDeviation=1e-2, double timeStep=0.1) |
Computes the time-optimal timing of a trajectory consisting of a sequence Geodesic interpolations between states under velocity and acceleration bounds. More... | |