mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
update more includes
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include "uart.h"
|
||||
#include "booz_radio_control.h"
|
||||
#include "booz_radio_control_spektrum_arch.h"
|
||||
#include "autopilot.h"
|
||||
#include <firmwares/rotorcraft/autopilot.h>
|
||||
|
||||
|
||||
#define SPEKTRUM_CHANNELS_PER_FRAME 7
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "booz_gps.h"
|
||||
#include <firmwares/rotorcraft/ins.h>
|
||||
|
||||
#include "autopilot.h"
|
||||
#include <firmwares/rotorcraft/autopilot.h>
|
||||
#include "modules.h"
|
||||
#include "flight_plan.h"
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "booz_radio_control.h"
|
||||
#endif
|
||||
|
||||
#include "autopilot.h"
|
||||
#include <firmwares/rotorcraft/autopilot.h>
|
||||
#include <firmwares/rotorcraft/guidance.h>
|
||||
|
||||
#include <firmwares/rotorcraft/actuators.h>
|
||||
@@ -472,7 +472,7 @@ extern uint8_t telemetry_mode_Main_DefaultChannel;
|
||||
}
|
||||
|
||||
#ifdef USE_VFF
|
||||
#include "ins/vf_float.h"
|
||||
#include <firmwares/rotorcraft/ins/vf_float.h>
|
||||
#define PERIODIC_SEND_VFF(_chan) { \
|
||||
DOWNLINK_SEND_VFF(_chan, \
|
||||
&vff_z_meas, \
|
||||
@@ -488,7 +488,7 @@ extern uint8_t telemetry_mode_Main_DefaultChannel;
|
||||
#endif
|
||||
|
||||
#ifdef USE_HFF
|
||||
#include "ins/hf_float.h"
|
||||
#include <firmwares/rotorcraft/ins/hf_float.h>
|
||||
#define PERIODIC_SEND_HFF(_chan) { \
|
||||
DOWNLINK_SEND_HFF(_chan, \
|
||||
&b2_hff_state.x, \
|
||||
@@ -561,7 +561,7 @@ extern uint8_t telemetry_mode_Main_DefaultChannel;
|
||||
}
|
||||
|
||||
#ifdef USE_GPS
|
||||
#include "ins/hf_float.h"
|
||||
#include <firmwares/rotorcraft/ins/hf_float.h>
|
||||
#define PERIODIC_SEND_INS3(_chan) { \
|
||||
DOWNLINK_SEND_INS3(_chan, \
|
||||
&b2ins_meas_gps_pos_ned.x, \
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include "std.h"
|
||||
#include "math/pprz_algebra_int.h"
|
||||
#include "autopilot.h"
|
||||
#include <firmwares/rotorcraft/autopilot.h>
|
||||
#include <firmwares/rotorcraft/guidance.h>
|
||||
|
||||
struct Booz_fms_imu_info {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <inttypes.h>
|
||||
#include "commands.h"
|
||||
#include "mercury_xsens.h"
|
||||
#include "autopilot.h"
|
||||
#include <firmwares/rotorcraft/autopilot.h>
|
||||
#include "booz_stabilization.h"
|
||||
#include "stabilization/booz_stabilization_attitude.h"
|
||||
#include "led.h"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "autopilot.h"
|
||||
#include <firmwares/rotorcraft/autopilot.h>
|
||||
|
||||
#include "booz_radio_control.h"
|
||||
#include "booz2_commands.h"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "std.h"
|
||||
#include "math/pprz_algebra_int.h"
|
||||
#include "autopilot.h"
|
||||
#include <firmwares/rotorcraft/autopilot.h>
|
||||
#include "booz/booz_stabilization.h"
|
||||
#include <firmwares/rotorcraft/guidance.h>
|
||||
#include "booz/booz2_navigation.h"
|
||||
|
||||
Reference in New Issue
Block a user