|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Fixedwing navigation along a line with nice U-turns. More...
#include "generated/airframe.h"#include "modules/nav/nav_line.h"#include "firmwares/fixedwing/nav.h"
Include dependency graph for nav_line.c:Go to the source code of this file.
Enumerations | |
| enum | line_status { LR12 , LQC21 , LTC2 , LQC22 , LR21 , LQC12 , LTC1 , LQC11 } |
| Status along the pattern. More... | |
Functions | |
| void | nav_line_init (void) |
| void | nav_line_setup (void) |
| bool | nav_line_run (uint8_t l1, uint8_t l2, float radius) |
Variables | |
| static enum line_status | line_status |
Fixedwing navigation along a line with nice U-turns.
Definition in file nav_line.c.
Status along the pattern.
| Enumerator | |
|---|---|
| LR12 | |
| LQC21 | |
| LTC2 | |
| LQC22 | |
| LR21 | |
| LQC12 | |
| LTC1 | |
| LQC11 | |
Definition at line 53 of file nav_line.c.
Definition at line 56 of file nav_line.c.
References foo, and mission_register().
Here is the call graph for this function:Definition at line 68 of file nav_line.c.
References point::a, CARROT, foo, LQC11, LQC12, LQC21, LQC22, LR12, LR21, LTC1, LTC2, nav_circle_XY(), nav_init_stage(), NavApproachingFrom, NavQdrCloseTo, NavSegment, NavVerticalAltitudeMode, NavVerticalAutoThrottleMode, WaypointAlt, waypoints, WaypointX, and WaypointY.
Here is the call graph for this function:Definition at line 63 of file nav_line.c.
References LR12.
|
static |
Definition at line 54 of file nav_line.c.