Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Guiding vector field algorithm for 2D and 3D complex trajectories. More...
#include "modules/nav/common_nav.h"
#include "modules/guidance/gvf_parametric/gvf_parametric.h"
#include "gvf_parametric_2d_trefoil.h"
Go to the source code of this file.
Macros | |
#define | GVF_PARAMETRIC_2D_TREFOIL_KX 0.001 |
#define | GVF_PARAMETRIC_2D_TREFOIL_KY 0.001 |
#define | GVF_PARAMETRIC_2D_TREFOIL_W1 0.02 |
#define | GVF_PARAMETRIC_2D_TREFOIL_W2 0.03 |
#define | GVF_PARAMETRIC_2D_TREFOIL_RATIO 160 |
#define | GVF_PARAMETRIC_2D_TREFOIL_R 80 |
#define | GVF_PARAMETRIC_2D_TREFOIL_ALPHA 0 |
Functions | |
void | gvf_parametric_2d_trefoil_info (float *f1, float *f2, float *f1d, float *f2d, float *f1dd, float *f2dd) |
Guiding vector field algorithm for 2D and 3D complex trajectories.
2D trefoil know
Definition in file gvf_parametric_2d_trefoil.c.
#define GVF_PARAMETRIC_2D_TREFOIL_ALPHA 0 |
Default orientation for the 2d trefoil trajectory
Definition at line 65 of file gvf_parametric_2d_trefoil.c.
#define GVF_PARAMETRIC_2D_TREFOIL_KX 0.001 |
Default gain kx for the 2d trefoil knot trajectory
Definition at line 35 of file gvf_parametric_2d_trefoil.c.
#define GVF_PARAMETRIC_2D_TREFOIL_KY 0.001 |
Default gain ky for the 2d trefoil knot trajectory
Definition at line 40 of file gvf_parametric_2d_trefoil.c.
#define GVF_PARAMETRIC_2D_TREFOIL_R 80 |
Default radius of the circles for the 2d trefoil trajectory
Definition at line 60 of file gvf_parametric_2d_trefoil.c.
#define GVF_PARAMETRIC_2D_TREFOIL_RATIO 160 |
Default ratio for the 2d trefoil trajectory
Definition at line 55 of file gvf_parametric_2d_trefoil.c.
#define GVF_PARAMETRIC_2D_TREFOIL_W1 0.02 |
Default 1st frequency for the 2d trefoil trajectory
Definition at line 45 of file gvf_parametric_2d_trefoil.c.
#define GVF_PARAMETRIC_2D_TREFOIL_W2 0.03 |
Default 2nd frequency for the 2d trefoil trajectory
Definition at line 50 of file gvf_parametric_2d_trefoil.c.
void gvf_parametric_2d_trefoil_info | ( | float * | f1, |
float * | f2, | ||
float * | f1d, | ||
float * | f2d, | ||
float * | f1dd, | ||
float * | f2dd | ||
) |
Definition at line 70 of file gvf_parametric_2d_trefoil.c.
References gvf_parametric_con::beta, gvf_parametric_control, gvf_parametric_trajectory, gvf_parametric_tra::p_parametric, gvf_parametric_con::s, and gvf_parametric_con::w.
Referenced by gvf_parametric_2D_trefoil_XY().
Definition at line 68 of file gvf_parametric_2d_trefoil.c.
Referenced by gvf_parametric_2D_trefoil_XY().