Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
A dummy guidance mode to run the oneloop_andi controller. More...
#include "firmwares/rotorcraft/oneloop/oneloop_andi.h"
Go to the source code of this file.
Enumerations | |
enum | GuidanceOneloop_HMode { GUIDANCE_ONELOOP_H_POS , GUIDANCE_ONELOOP_H_SPEED , GUIDANCE_ONELOOP_H_ACCEL } |
enum | GuidanceOneloop_VMode { GUIDANCE_ONELOOP_V_POS , GUIDANCE_ONELOOP_V_SPEED , GUIDANCE_ONELOOP_V_ACCEL } |
Functions | |
struct StabilizationSetpoint | guidance_oneloop_run_mode (bool in_flight, struct HorizontalGuidance *gh, struct VerticalGuidance *gv, enum GuidanceOneloop_HMode h_mode, enum GuidanceOneloop_VMode v_mode) |
A dummy guidance mode to run the oneloop_andi controller.
Definition in file guidance_oneloop.h.
Enumerator | |
---|---|
GUIDANCE_ONELOOP_H_POS | |
GUIDANCE_ONELOOP_H_SPEED | |
GUIDANCE_ONELOOP_H_ACCEL |
Definition at line 33 of file guidance_oneloop.h.
Enumerator | |
---|---|
GUIDANCE_ONELOOP_V_POS | |
GUIDANCE_ONELOOP_V_SPEED | |
GUIDANCE_ONELOOP_V_ACCEL |
Definition at line 39 of file guidance_oneloop.h.
struct StabilizationSetpoint guidance_oneloop_run_mode | ( | bool | in_flight, |
struct HorizontalGuidance * | gh, | ||
struct VerticalGuidance * | gv, | ||
enum GuidanceOneloop_HMode | h_mode, | ||
enum GuidanceOneloop_VMode | v_mode | ||
) |
Definition at line 45 of file guidance_oneloop.c.