![]() |
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 63 of file gvf_ellipse.c.
References alpha, b, foo, gvf_trajectory, 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().