mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
[fixedwing] move nav.[ch] to firmwares/fixedwing
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#add these to all targets
|
||||
|
||||
$(TARGET).CFLAGS += -DNAV
|
||||
$(TARGET).srcs += $(SRC_SUBSYSTEMS)/nav.c
|
||||
$(TARGET).srcs += $(SRC_FIRMWARE)/nav.c
|
||||
$(TARGET).srcs += $(SRC_SUBSYSTEMS)/navigation/common_flight_plan.c
|
||||
$(TARGET).srcs += $(SRC_SUBSYSTEMS)/navigation/traffic_info.c
|
||||
$(TARGET).srcs += $(SRC_SUBSYSTEMS)/navigation/nav_survey_rectangle.c
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
<dl_setting MAX="2" MIN="1" STEP="1" VAR="nav_mode"/>
|
||||
<dl_setting MAX="5" MIN="-5" STEP="0.5" VAR="nav_climb"/>
|
||||
<dl_setting MAX="20" MIN="-20" STEP="1" VAR="fp_pitch"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="subsystems/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="firmwares/fixedwing/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="5" STEP="0.5" VAR="nav_ground_speed_setpoint" shortname="ground speed"/>
|
||||
<dl_setting MAX="0.2" MIN="0" STEP="0.01" VAR="nav_ground_speed_pgain" shortname="ground speed pgain"/>
|
||||
<dl_setting MAX="500" MIN="50" STEP="5" VAR="nav_survey_shift"/>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<dl_setting MAX="2" MIN="1" STEP="1" VAR="nav_mode"/>
|
||||
<dl_setting MAX="5" MIN="-5" STEP="0.5" VAR="nav_climb"/>
|
||||
<dl_setting MAX="15" MIN="-15" STEP="1" VAR="fp_pitch"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="subsystems/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="firmwares/fixedwing/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="5" STEP="0.5" VAR="nav_ground_speed_setpoint" shortname="ground speed"/>
|
||||
<dl_setting MAX="0.2" MIN="0" STEP="0.01" VAR="nav_ground_speed_pgain" shortname="ground speed pgain"/>
|
||||
<dl_setting MAX="500" MIN="50" STEP="5" VAR="nav_survey_shift"/>
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
<dl_setting MAX="2" MIN="1" STEP="1" VAR="nav_mode"/>
|
||||
<dl_setting MAX="5" MIN="-5" STEP="0.5" VAR="nav_climb"/>
|
||||
<dl_setting MAX="15" MIN="-15" STEP="1" VAR="fp_pitch"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="subsystems/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="firmwares/fixedwing/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="5" STEP="0.5" VAR="nav_ground_speed_setpoint" shortname="ground speed"/>
|
||||
<dl_setting MAX="0.2" MIN="0" STEP="0.01" VAR="nav_ground_speed_pgain" shortname="ground speed pgain"/>
|
||||
<dl_setting MAX="500" MIN="50" STEP="5" VAR="nav_survey_shift"/>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
<dl_setting MAX="2" MIN="1" STEP="1" VAR="nav_mode"/>
|
||||
<dl_setting MAX="5" MIN="-5" STEP="0.5" VAR="nav_climb"/>
|
||||
<dl_setting MAX="15" MIN="-15" STEP="1" VAR="fp_pitch"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="subsystems/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="firmwares/fixedwing/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="5" STEP="0.5" VAR="nav_ground_speed_setpoint" shortname="ground speed"/>
|
||||
<dl_setting MAX="0.2" MIN="0" STEP="0.01" VAR="nav_ground_speed_pgain" shortname="ground speed pgain"/>
|
||||
<dl_setting MAX="500" MIN="50" STEP="5" VAR="nav_survey_shift"/>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<dl_setting MAX="2" MIN="1" STEP="1" VAR="nav_mode"/>
|
||||
<dl_setting MAX="5" MIN="-5" STEP="0.5" VAR="nav_climb"/>
|
||||
<dl_setting MAX="20" MIN="-20" STEP="1" VAR="fp_pitch"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="subsystems/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="firmwares/fixedwing/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="5" STEP="0.5" VAR="nav_ground_speed_setpoint" shortname="ground speed"/>
|
||||
<dl_setting MAX="0.2" MIN="0" STEP="0.01" VAR="nav_ground_speed_pgain" shortname="ground speed pgain"/>
|
||||
<dl_setting MAX="500" MIN="50" STEP="5" VAR="nav_survey_shift"/>
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
<dl_setting MAX="2" MIN="1" STEP="1" VAR="nav_mode"/>
|
||||
<dl_setting MAX="5" MIN="-5" STEP="0.5" VAR="nav_climb"/>
|
||||
<dl_setting MAX="20" MIN="-20" STEP="1" VAR="fp_pitch"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="subsystems/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="-50" STEP="5" VAR="nav_shift" module="firmwares/fixedwing/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="50" MIN="5" STEP="0.5" VAR="nav_ground_speed_setpoint" shortname="ground speed"/>
|
||||
<dl_setting MAX="0.2" MIN="0" STEP="0.01" VAR="nav_ground_speed_pgain" shortname="ground speed pgain"/>
|
||||
<dl_setting MAX="500" MIN="50" STEP="5" VAR="nav_survey_shift"/>
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
<dl_settings NAME="flight params">
|
||||
<dl_setting MAX="1000" MIN="0" STEP="10" VAR="flight_altitude" shortname="altitude"/>
|
||||
<dl_setting MAX="360" MIN="0" STEP="1" VAR="nav_course"/>
|
||||
<dl_setting MAX="10" MIN="-10" STEP="5" VAR="nav_shift" module="subsystems/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="10" MIN="-10" STEP="5" VAR="nav_shift" module="firmwares/fixedwing/nav" handler="IncreaseShift" shortname="inc. shift"/>
|
||||
<dl_setting MAX="0" MIN="0" STEP="1" VAR="autopilot_flight_time" shortname="flight time" module="autopilot" handler="ResetFlightTimeAndLaunch"/>
|
||||
<dl_setting MAX="200" MIN="-200" STEP="10" VAR="nav_radius" module="subsystems/nav" handler="SetNavRadius">
|
||||
<dl_setting MAX="200" MIN="-200" STEP="10" VAR="nav_radius" module="firmwares/fixedwing/nav" handler="SetNavRadius">
|
||||
<strip_button icon="circle-right.png" name="Circle right" value="1" group="circle"/>
|
||||
<strip_button icon="circle-left.png" name="Circle left" value="-1" group="circle"/>
|
||||
<key_press key="greater" value="1"/>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "generated/flight_plan.h"
|
||||
#include "generated/airframe.h"
|
||||
#include "generated/settings.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "firmwares/fixedwing/stabilization/stabilization_attitude.h"
|
||||
#include "firmwares/fixedwing/guidance/guidance_v.h"
|
||||
#include "subsystems/sensors/infrared.h"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "subsystems/gps.h"
|
||||
#include "subsystems/navigation/traffic_info.h"
|
||||
#include "generated/settings.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "firmwares/fixedwing/stabilization/stabilization_attitude.h"
|
||||
#include "firmwares/fixedwing/guidance/guidance_v.h"
|
||||
#include "subsystems/commands.h"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "state.h"
|
||||
#include "subsystems/datalink/telemetry.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/settings.h"
|
||||
|
||||
#ifdef POWER_SWITCH_GPIO
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
#if defined NAV || defined WIND_INFO
|
||||
#include "state.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#endif
|
||||
|
||||
#ifdef HITL
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
#include "firmwares/fixedwing/guidance/energy_ctrl.h"
|
||||
#include "state.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/airframe.h"
|
||||
#include "firmwares/fixedwing/autopilot.h"
|
||||
#include "subsystems/ahrs.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "firmwares/fixedwing/guidance/guidance_v.h"
|
||||
#include "state.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/airframe.h"
|
||||
#include "firmwares/fixedwing/autopilot.h"
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "firmwares/fixedwing/guidance/guidance_v.h"
|
||||
#include "firmwares/fixedwing/guidance/guidance_v_n.h"
|
||||
#include "state.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/airframe.h"
|
||||
#include "firmwares/fixedwing/autopilot.h"
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ PRINT_CONFIG_MSG_VALUE("USE_BARO_BOARD is TRUE, reading onboard baro: ", BARO_BO
|
||||
#include "firmwares/fixedwing/autopilot.h"
|
||||
#include "firmwares/fixedwing/stabilization/stabilization_attitude.h"
|
||||
#include CTRL_TYPE_H
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/flight_plan.h"
|
||||
#ifdef TRAFFIC_INFO
|
||||
#include "subsystems/navigation/traffic_info.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file subsystems/nav.c
|
||||
* @file firmwares/fixedwing/nav.c
|
||||
* Fixedwing functions to compute navigation.
|
||||
*
|
||||
*/
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "subsystems/gps.h"
|
||||
#include "firmwares/fixedwing/stabilization/stabilization_attitude.h"
|
||||
#include "firmwares/fixedwing/autopilot.h"
|
||||
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file subsystems/nav.h
|
||||
* @file firmwares/fixedwing/nav.h
|
||||
*
|
||||
* Fixedwing Navigation library.
|
||||
*
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "firmwares/fixedwing/stabilization/stabilization_attitude.h"
|
||||
#include "firmwares/fixedwing/stabilization/stabilization_adaptive.h"
|
||||
#include "state.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/airframe.h"
|
||||
#include CTRL_TYPE_H
|
||||
#include "firmwares/fixedwing/autopilot.h"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "std.h"
|
||||
#include "led.h"
|
||||
#include "state.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/airframe.h"
|
||||
#include CTRL_TYPE_H
|
||||
#include "firmwares/fixedwing/autopilot.h"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "subsystems/datalink/downlink.h"
|
||||
#include "mcu_periph/uart.h"
|
||||
#include "generated/airframe.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
// #include "math/pprz_algebra_int.h"
|
||||
// #include "math/pprz_algebra_float.h"
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <math.h>
|
||||
#include "cam.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "autopilot.h"
|
||||
#include "generated/flight_plan.h"
|
||||
#include "state.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "modules/cam_control/cam_segment.h"
|
||||
#include "modules/cam_control/cam.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
|
||||
void cam_segment_init( void ) {
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "state.h"
|
||||
#include "stdio.h"
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
#include "std.h" //macros pas mal dans sw/include
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "std.h"
|
||||
#include "led.h"
|
||||
#include "state.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/airframe.h"
|
||||
#include "subsystems/gps.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "generated/airframe.h"
|
||||
#include "state.h"
|
||||
#include "std.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/flight_plan.h"
|
||||
#include "subsystems/datalink/downlink.h"
|
||||
#include "modules/enose/chemo_detect.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "generated/airframe.h"
|
||||
#include "state.h"
|
||||
#include "std.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/flight_plan.h"
|
||||
#include "subsystems/datalink/downlink.h"
|
||||
#include "modules/enose/chemo_detect.h"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "led.h"
|
||||
#include "autopilot.h"
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/flight_plan.h"
|
||||
#include "generated/airframe.h"
|
||||
#include "subsystems/datalink/datalink.h"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <stdio.h>
|
||||
#include "modules/mission/mission.h"
|
||||
#include "firmwares/fixedwing/autopilot.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
|
||||
// navigation time step
|
||||
const float dt_navigation = 1.0 / ((float)NAVIGATION_FREQUENCY);
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef FORMATION_H
|
||||
#define FORMATION_H
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "subsystems/navigation/traffic_info.h"
|
||||
|
||||
#define FORM_MODE_GLOBAL 0
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef POTENTIAL_H
|
||||
#define POTENTIAL_H
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "subsystems/navigation/traffic_info.h"
|
||||
|
||||
struct force_ {
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "multi/tcas.h"
|
||||
#include "generated/airframe.h"
|
||||
#include "state.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "subsystems/gps.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
#include "modules/nav/nav_bungee_takeoff.h"
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "state.h"
|
||||
#include "autopilot.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "state.h"
|
||||
#include "subsystems/datalink/downlink.h"
|
||||
#include "modules/nav/nav_catapult.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/flight_plan.h"
|
||||
#include "firmwares/fixedwing/autopilot.h"
|
||||
#include "firmwares/fixedwing/stabilization/stabilization_attitude.h"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
#include "generated/airframe.h"
|
||||
#include "modules/nav/nav_cube.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
#define MAX_LINES_X 8
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#define NAV_DROP_H
|
||||
|
||||
#include "std.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
|
||||
extern unit_t nav_drop_compute_approach( uint8_t wp_target, uint8_t wp_start, float radius );
|
||||
extern unit_t nav_drop_update_release( uint8_t wp_target );
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "modules/nav/nav_flower.h"
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "state.h"
|
||||
#include "autopilot.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include "generated/airframe.h"
|
||||
#include "state.h"
|
||||
#include "modules/nav/nav_gls.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
float target_speed;
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "generated/airframe.h"
|
||||
#include "modules/nav/nav_line.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
|
||||
/** Status along the pattern */
|
||||
enum line_status { LR12, LQC21, LTC2, LQC22, LR21, LQC12, LTC1, LQC11 };
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
#include "modules/nav/nav_line_border.h"
|
||||
#include "generated/airframe.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
|
||||
|
||||
enum line_border_status { LR12, LQC21, LTC2, LQC22, LR21, LQC12, LTC1, LQC11 };
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "modules/nav/nav_line_osam.h"
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "state.h"
|
||||
#include "autopilot.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "generated/airframe.h"
|
||||
#include "modules/nav/nav_smooth.h"
|
||||
#include "state.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "subsystems/gps.h"
|
||||
|
||||
#define Sign(_x) ((_x) > 0 ? 1 : (-1))
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "modules/nav/nav_spiral.h"
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "state.h"
|
||||
#include "autopilot.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "generated/airframe.h"
|
||||
#include "state.h"
|
||||
#include "std.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "generated/flight_plan.h"
|
||||
#include "math/pprz_algebra_float.h"
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include "modules/nav/nav_survey_poly_osam.h"
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "state.h"
|
||||
#include "autopilot.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
#include "nav_survey_polygon.h"
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "state.h"
|
||||
#include "autopilot.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "modules/nav/nav_survey_zamboni.h"
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "autopilot.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "modules/nav/nav_vertical_raster.h"
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "state.h"
|
||||
#include "autopilot.h"
|
||||
#include "generated/flight_plan.h"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "subsystems/datalink/downlink.h"
|
||||
#endif
|
||||
#include "subsystems/abi.h"
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
#include "state.h"
|
||||
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <math.h>
|
||||
#include "mcu_periph/sys_time.h"
|
||||
|
||||
#include "subsystems/nav.h"
|
||||
#include "firmwares/fixedwing/nav.h"
|
||||
|
||||
#ifdef BARO_ETS_SYNC_SEND
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user