mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
fix guidance includes to use full path
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "std.h"
|
||||
#include "booz_geometry_mixed.h"
|
||||
#define GUIDANCE_V_C
|
||||
#include "guidance/guidance_v_adpt.h"
|
||||
#include <firmwares/rotorcraft/guidance/guidance_v_adpt.h>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "booz_geometry_mixed.h"
|
||||
#define GUIDANCE_V_C
|
||||
#include "guidance/guidance_v_ref.h"
|
||||
#include <firmwares/rotorcraft/guidance/guidance_v_ref.h>
|
||||
|
||||
#define NB_STEP 10000
|
||||
#define DT (1./GV_FREQ)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef GUIDANCE_H
|
||||
#define GUIDANCE_H
|
||||
|
||||
#include "guidance/guidance_h.h"
|
||||
#include "guidance/guidance_v.h"
|
||||
#include <firmwares/rotorcraft/guidance/guidance_h.h>
|
||||
#include <firmwares/rotorcraft/guidance/guidance_v.h>
|
||||
|
||||
#endif /* GUIDANCE_H */
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
#define GUIDANCE_H_C
|
||||
//#define GUIDANCE_H_USE_REF
|
||||
#include "guidance/guidance_h.h"
|
||||
#include <firmwares/rotorcraft/guidance/guidance_h.h>
|
||||
|
||||
#include "ahrs.h"
|
||||
#include "booz_stabilization.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "math/pprz_algebra_int.h"
|
||||
|
||||
#include "guidance/guidance_h_ref.h"
|
||||
#include <firmwares/rotorcraft/guidance/guidance_h_ref.h>
|
||||
|
||||
#define GUIDANCE_H_MODE_KILL 0
|
||||
#define GUIDANCE_H_MODE_RATE 1
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
#define GUIDANCE_V_C
|
||||
#define GUIDANCE_V_USE_REF
|
||||
#include "guidance/guidance_v.h"
|
||||
#include <firmwares/rotorcraft/guidance/guidance_v.h>
|
||||
|
||||
|
||||
#include "booz_radio_control.h"
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
#include "std.h"
|
||||
|
||||
#include "guidance/guidance_v_ref.h"
|
||||
#include "guidance/guidance_v_adpt.h"
|
||||
#include <firmwares/rotorcraft/guidance/guidance_v_ref.h>
|
||||
#include <firmwares/rotorcraft/guidance/guidance_v_adpt.h>
|
||||
|
||||
#define GUIDANCE_V_MODE_KILL 0
|
||||
#define GUIDANCE_V_MODE_RC_DIRECT 1
|
||||
|
||||
Reference in New Issue
Block a user