hepta polynomial trajectory More...
#include "a.h"
Go to the source code of this file.
Data Structures | |
struct | a_trajpoly7 |
instance structure for hepta polynomial trajectory More... | |
Macros | |
#define | A_TRAJPOLY7 4 |
Typedefs | |
typedef struct a_trajpoly7 | a_trajpoly7 |
typedef struct a_trajpoly7 | a::trajpoly7 |
Functions | |
void | a_trajpoly7_gen (a_trajpoly7 *ctx, a_float ts, a_float p0, a_float p1, a_float v0, a_float v1, a_float a0, a_float a1, a_float j0, a_float j1) |
generate for hepta polynomial trajectory | |
void | a_trajpoly7_gen0 (a_trajpoly7 *ctx, a_float ts, a_float p0, a_float p1, a_float v0, a_float v1, a_float a0, a_float a1, a_float j0, a_float j1) |
void | a_trajpoly7_gen1 (a_trajpoly7 *ctx) |
void | a_trajpoly7_gen2 (a_trajpoly7 *ctx) |
void | a_trajpoly7_gen3 (a_trajpoly7 *ctx) |
a_float | a_trajpoly7_pos (a_trajpoly7 const *ctx, a_float x) |
calculate position for hepta polynomial trajectory | |
a_float | a_trajpoly7_vel (a_trajpoly7 const *ctx, a_float x) |
calculate velocity for hepta polynomial trajectory | |
a_float | a_trajpoly7_acc (a_trajpoly7 const *ctx, a_float x) |
calculate acceleration for hepta polynomial trajectory | |
a_float | a_trajpoly7_jer (a_trajpoly7 const *ctx, a_float x) |
calculate jerk for hepta polynomial trajectory | |
hepta polynomial trajectory
Trajectory Planning for Automatic Machines and Robots