Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nav_parametric_2d_trefoil.h File Reference
+ Include dependency graph for nav_parametric_2d_trefoil.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  gvf_par_2d_tre_par
 

Functions

bool nav_gvf_parametric_2D_trefoil_XY (float xo, float yo, float w1, float w2, float ratio, float r, float alpha)
 
bool nav_gvf_parametric_2D_trefoil_wp (uint8_t wp, float w1, float w2, float ratio, float r, float alpha)
 

Variables

gvf_par_2d_tre_par gvf_parametric_2d_trefoil_par
 

Data Structure Documentation

◆ gvf_par_2d_tre_par

struct gvf_par_2d_tre_par

Definition at line 46 of file nav_parametric_2d_trefoil.h.

Data Fields
float alpha
float kx
float ky
float r
float ratio
float w1
float w2

Function Documentation

◆ nav_gvf_parametric_2D_trefoil_wp()

bool nav_gvf_parametric_2D_trefoil_wp ( uint8_t  wp,
float  w1,
float  w2,
float  ratio,
float  r,
float  alpha 
)
extern

◆ nav_gvf_parametric_2D_trefoil_XY()

Variable Documentation

◆ gvf_parametric_2d_trefoil_par

gvf_par_2d_tre_par gvf_parametric_2d_trefoil_par
extern

Definition at line 65 of file nav_parametric_2d_trefoil.c.

Referenced by nav_gvf_parametric_2D_trefoil_XY().