#include <BipedalLocomotion/Math/Spline.h>
template<typename T>
TrajectoryPoint struct
TrajectoryPoint is a struct that contains the information of a trajectory point.
Public variables
- T position
- Position of the spline.
- T velocity
- Velocity (1st order derivative) of the spline.
- T acceleration
- Acceleration (2nd order derivative) of the spline.
- std::chrono::nanoseconds time
- Time instant of the spline.