mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
[rotorcraft] include airframe.h in guidance_x_ref.h
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
#include "inttypes.h"
|
#include "inttypes.h"
|
||||||
#include "math/pprz_algebra.h"
|
#include "math/pprz_algebra.h"
|
||||||
#include "math/pprz_algebra_int.h"
|
#include "math/pprz_algebra_int.h"
|
||||||
|
#include "generated/airframe.h"
|
||||||
|
|
||||||
/** Speed saturation */
|
/** Speed saturation */
|
||||||
#ifndef GUIDANCE_H_REF_MAX_SPEED
|
#ifndef GUIDANCE_H_REF_MAX_SPEED
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
#include "inttypes.h"
|
#include "inttypes.h"
|
||||||
#include "math/pprz_algebra.h"
|
#include "math/pprz_algebra.h"
|
||||||
#include "math/pprz_algebra_int.h"
|
#include "math/pprz_algebra_int.h"
|
||||||
|
#include "generated/airframe.h"
|
||||||
|
|
||||||
#ifndef GUIDANCE_V_REF_MIN_ZD
|
#ifndef GUIDANCE_V_REF_MIN_ZD
|
||||||
#define GUIDANCE_V_REF_MIN_ZD (-3.)
|
#define GUIDANCE_V_REF_MIN_ZD (-3.)
|
||||||
|
|||||||
Reference in New Issue
Block a user