|
ndcurves 2.1.0
create and manipulate spline and bezier curves.
|
#include <Eigen/Geometry>#include "ndcurves/curve_abc.h"#include "ndcurves/helpers/effector_spline.h"
Go to the source code of this file.
Classes | |
| class | ndcurves::helpers::rotation_spline |
| class | ndcurves::helpers::effector_spline_rotation |
| Represents a trajectory for and end effector. uses the method effector_spline to create a spline trajectory. Additionally, handles the rotation of the effector as follows: does not rotate during the take off and landing phase, then uses a SLERP algorithm to interpolate the rotation in the quaternion space. More... | |
Namespaces | |
| namespace | ndcurves |
| namespace | ndcurves::helpers |