Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Guidance algorithm based on vector fields 2D Ellipse trajectory. More...
#include "modules/guidance/gvf/gvf.h"
Go to the source code of this file.
Data Structures | |
struct | gvf_ell_par |
Functions | |
void | gvf_ellipse_info (float *phi, struct gvf_grad *, struct gvf_Hess *) |
Variables | |
gvf_ell_par | gvf_ellipse_par |
Guidance algorithm based on vector fields 2D Ellipse trajectory.
Definition in file gvf_ellipse.h.
struct gvf_ell_par |
Definition at line 42 of file gvf_ellipse.h.
Data Fields | ||
---|---|---|
float | a | |
float | alpha | |
float | b | |
float | ke | |
float | kn |
Definition at line 63 of file gvf_ellipse.c.
References alpha, b, gvf_trajectory, gvf_Hess::H11, gvf_Hess::H12, gvf_Hess::H21, gvf_Hess::H22, gvf_grad::nx, gvf_grad::ny, gvf_tra::p, p, and stateGetPositionEnu_f().
Referenced by gvf_ellipse_XY().
|
extern |
Definition at line 59 of file gvf_ellipse.c.
Referenced by gvf_ellipse_XY().