MoveIt Pro API
Core Behaviors for MoveIt Pro
Loading...
Searching...
No Matches
spline_trajectory.hpp File Reference
#include "Eigen/Dense"
#include "moveit_pro_types/types.hpp"
Include dependency graph for spline_trajectory.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  SplineOptimizationParameters
 
class  SplineTrajectory
 SplineTrajectory fits piecewise splines to target positions by minimizing a specified cost function via convex optimization. The constructor sets up all the memory needed for running the optimization in the fit function and querying new points using the evaluate function. More...