cubic polynomial trajectory More...
#include "a.h"
Go to the source code of this file.
Data Structures | |
struct | a_trajpoly3 |
instance structure for cubic polynomial trajectory More... | |
Macros | |
#define | A_TRAJPOLY3 3 |
Typedefs | |
typedef struct a_trajpoly3 | a_trajpoly3 |
typedef struct a_trajpoly3 | a::trajpoly3 |
Functions | |
void | a_trajpoly3_gen (a_trajpoly3 *ctx, a_float ts, a_float p0, a_float p1, a_float v0, a_float v1) |
generate for cubic polynomial trajectory | |
void | a_trajpoly3_gen0 (a_trajpoly3 *ctx, a_float ts, a_float p0, a_float p1, a_float v0, a_float v1) |
void | a_trajpoly3_gen1 (a_trajpoly3 *ctx) |
void | a_trajpoly3_gen2 (a_trajpoly3 *ctx) |
a_float | a_trajpoly3_pos (a_trajpoly3 const *ctx, a_float x) |
calculate position for cubic polynomial trajectory | |
a_float | a_trajpoly3_vel (a_trajpoly3 const *ctx, a_float x) |
calculate velocity for cubic polynomial trajectory | |
a_float | a_trajpoly3_acc (a_trajpoly3 const *ctx, a_float x) |
calculate acceleration for cubic polynomial trajectory | |
cubic polynomial trajectory
Trajectory Planning for Automatic Machines and Robots