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

gps landing system More...

#include "std.h"
#include "paparazzi.h"
+ Include dependency graph for nav_gls.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool gls_start (uint8_t _af, uint8_t _sd, uint8_t _tod, uint8_t _td)
 
bool gls_run (uint8_t _af, uint8_t _sd, uint8_t _tod, uint8_t _td)
 

Detailed Description

gps landing system

Definition in file nav_gls.h.

Function Documentation

◆ gls_run()

◆ gls_start()

bool gls_start ( uint8_t  _af,
uint8_t  _sd,
uint8_t  _tod,
uint8_t  _td 
)

Definition at line 135 of file nav_gls.c.

References app_angle, APP_ANGLE, app_distance_af_sd, APP_DISTANCE_AF_SD, app_intercept_rate, APP_INTERCEPT_RATE, APP_TARGET_SPEED, gls_compute_TOD(), init, and target_speed.

+ Here is the call graph for this function: