Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gvf_sin.h File Reference

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

+ Include dependency graph for gvf_sin.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  gvf_s_par
 

Functions

void gvf_sin_info (float *phi, struct gvf_grad *, struct gvf_Hess *)
 

Variables

gvf_s_par gvf_sin_par
 

Detailed Description

Guidance algorithm based on vector fields 2D sinusoidal trajectory.

Definition in file gvf_sin.h.


Data Structure Documentation

struct gvf_s_par

Definition at line 43 of file gvf_sin.h.

Data Fields
float A
float alpha
float ke
float kn
float off
float w

Function Documentation

void gvf_sin_info ( float *  phi,
struct gvf_grad ,
struct gvf_Hess  
)

Definition at line 69 of file gvf_sin.c.

References A, 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_sin_XY_alpha().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

gvf_s_par gvf_sin_par

Definition at line 64 of file gvf_sin.c.

Referenced by gvf_sin_XY_alpha().