Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
Fixedwing navigation along a line with nice U-turns. More...
#include "std.h"
Go to the source code of this file.
Functions | |
bool_t | nav_line_setup (void) |
bool_t | nav_line_run (uint8_t wp1, uint8_t wp2, float radius) |
Fixedwing navigation along a line with nice U-turns.
Definition in file nav_line.h.
Definition at line 42 of file nav_line.c.
References point::a, CARROT, FALSE, LQC11, LQC12, LQC21, LQC22, LR12, LR21, LTC1, LTC2, nav_circle_XY(), nav_init_stage(), NavApproachingFrom, NavQdrCloseTo, NavSegment, NavVerticalAltitudeMode, NavVerticalAutoThrottleMode, TRUE, WaypointAlt, waypoints, WaypointX, WaypointY, point::x, and point::y.
bool_t nav_line_setup | ( | void | ) |
Definition at line 36 of file nav_line.c.