bell-shaped velocity trajectory More...
#include "a.h"
Go to the source code of this file.
Data Structures | |
struct | a_trajbell |
instance structure for bell-shaped velocity trajectory More... | |
Typedefs | |
typedef struct a_trajbell | a_trajbell |
typedef struct a_trajbell | a::trajbell |
Functions | |
a_float | a_trajbell_gen (a_trajbell *ctx, a_float jm, a_float am, a_float vm, a_float p0, a_float p1, a_float v0, a_float v1) |
generate for bell-shaped velocity trajectory | |
a_float | a_trajbell_pos (a_trajbell const *ctx, a_float x) |
calculate position for bell-shaped velocity trajectory | |
a_float | a_trajbell_vel (a_trajbell const *ctx, a_float x) |
calculate velocity for bell-shaped velocity trajectory | |
a_float | a_trajbell_acc (a_trajbell const *ctx, a_float x) |
calculate acceleration for bell-shaped velocity trajectory | |
a_float | a_trajbell_jer (a_trajbell const *ctx, a_float x) |
calculate jerk for bell-shaped velocity trajectory | |
bell-shaped velocity trajectory
Trajectory Planning for Automatic Machines and Robots