Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
gvf_ellipse.h File Reference

Guidance algorithm based on vector fields 2D Ellipse trajectory. More...

+ 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
 

Detailed Description

Guidance algorithm based on vector fields 2D Ellipse trajectory.

Definition in file gvf_ellipse.h.


Data Structure Documentation

◆ gvf_ell_par

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

Function Documentation

◆ gvf_ellipse_info()

void gvf_ellipse_info ( float *  phi,
struct gvf_grad grad,
struct gvf_Hess hess 
)

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ gvf_ellipse_par

gvf_ell_par gvf_ellipse_par
extern

Definition at line 59 of file gvf_ellipse.c.

Referenced by gvf_ellipse_XY().