diff --git a/conf/airframes/ENAC/quadrotor/blender.xml b/conf/airframes/ENAC/quadrotor/blender.xml index 81d6606772..dcc2e00f7e 100644 --- a/conf/airframes/ENAC/quadrotor/blender.xml +++ b/conf/airframes/ENAC/quadrotor/blender.xml @@ -236,7 +236,7 @@
- +
diff --git a/conf/airframes/examples/quadrotor_navgo.xml b/conf/airframes/examples/quadrotor_navgo.xml index 1c8a2825a3..cbac95ce94 100644 --- a/conf/airframes/examples/quadrotor_navgo.xml +++ b/conf/airframes/examples/quadrotor_navgo.xml @@ -196,46 +196,46 @@
- - - - - - - - - - + + + + + + + + + +
-
- - - - - - - -
+
+ + + + + + + +
-
- -
+
+ +
-
- - - - -
+
+ + + + +
-
- -
+
+ +
-
- -
+
+ +
@@ -245,9 +245,9 @@
-
- -
+
+ +
diff --git a/sw/airborne/modules/cam_control/rotorcraft_cam.c b/sw/airborne/modules/cam_control/rotorcraft_cam.c index a801d69198..0fe477a782 100644 --- a/sw/airborne/modules/cam_control/rotorcraft_cam.c +++ b/sw/airborne/modules/cam_control/rotorcraft_cam.c @@ -109,7 +109,7 @@ void rotorcraft_cam_init(void) { #ifdef ROTORCRAFT_CAM_SWITCH_GPIO gpio_setup_output(ROTORCRAFT_CAM_SWITCH_GPIO); #endif - rotorcraft_cam_SetCamMode(ROTORCRAFT_CAM_DEFAULT_MODE); + rotorcraft_cam_set_mode(ROTORCRAFT_CAM_DEFAULT_MODE); #if ROTORCRAFT_CAM_USE_TILT rotorcraft_cam_tilt_pwm = ROTORCRAFT_CAM_TILT_NEUTRAL; ActuatorSet(ROTORCRAFT_CAM_TILT_SERVO, rotorcraft_cam_tilt_pwm); diff --git a/sw/airborne/modules/cam_control/rotorcraft_cam.h b/sw/airborne/modules/cam_control/rotorcraft_cam.h index 0fb3c422c2..c11044289b 100644 --- a/sw/airborne/modules/cam_control/rotorcraft_cam.h +++ b/sw/airborne/modules/cam_control/rotorcraft_cam.h @@ -42,7 +42,6 @@ #include "std.h" #include "generated/airframe.h" -#include "generated/flight_plan.h" #include "math/pprz_algebra_int.h" #include "mcu_periph/gpio.h"