|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Guidance algorithm based on vector fields 2D Ellipse trajectory. More...
#include "modules/guidance/gvf/gvf.h"
Include dependency graph for gvf_ellipse.h:
This graph shows which files directly or indirectly include this file: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, gvf_trajectory, gvf_Hess::H11, gvf_Hess::H12, gvf_Hess::H21, gvf_Hess::H22, gvf_grad::nx, gvf_grad::ny, gvf_tra::p, p, stateGetPositionEnu_f(), EnuCoor_f::x, and EnuCoor_f::y.
Referenced by gvf_ellipse_XY().
Here is the call graph for this function:
Here is the caller graph for this function:| gvf_ell_par gvf_ellipse_par |
Definition at line 59 of file gvf_ellipse.c.
Referenced by gvf_ellipse_XY().