Class SmoothSpline
Defined in File smooth_spline.hpp
Nested Relationships
Nested Types
Inheritance Relationships
Base Type
public bitbots_splines::Spline(Class Spline)
Class Documentation
- 
class bitbots_splines::SmoothSpline : public bitbots_splines::Spline
 - 
Implementation of 5th order polynomial splines trajectory known to minimize jerk
Public Functions
- 
void addPoint(double time, double position, double velocity = 0.0, double acceleration = 0.0)
 Add a new point with its time, position value, velocity and acceleration
- 
void computeSplines()
 Recompute splines interpolation model
Protected Functions
- 
virtual void importCallBack() override
 Inherit Load Points
Private Functions
- 
struct Point
 Simple point struture
 - 
void addPoint(double time, double position, double velocity = 0.0, double acceleration = 0.0)