A template-based Library for creating curves of arbitrary order and dimension, eventually subject to derivative constraints. The main use of the library is the creation of end-effector trajectories for legged robots.
...
...
@@ -18,9 +19,8 @@ The library is template-based, thus generic: the curves can be of any dimension
While a Bezier curve implementation is provided, the main interest
of this library is to create spline curves of arbitrary order
----------
Example of use for and end-effector trajectory
-------------
## Example of use for and end-effector trajectory
The library comes with an helper class to automatically generate end-effector trajectories.
For instance, to create a 2 second long trajectory from the point (0,0,0) to (1,1,0), with a waypoint
at (0.5,0.5,0.5), one can use the following code:
...
...
@@ -60,12 +60,12 @@ Additional parameters for the same methods an be used to specify parameters for
landing phases: height and duration of the phase, and along which normal.
Please refer to the Main.cpp files to see all the unit tests and possibilities offered by the library