Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/guidance/gvf/gvf.h"
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 |
Guidance algorithm based on vector fields 2D sinusoidal trajectory
Definition in file gvf_sin.h.
struct gvf_s_par |
Definition at line 69 of file gvf_sin.c.
References A, 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_sin_XY_alpha().
gvf_s_par gvf_sin_par |
Definition at line 64 of file gvf_sin.c.
Referenced by gvf_sin_XY_alpha().