Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
ardrone2.h
Go to the documentation of this file.
1
#ifndef CONFIG_ARDRONE2
2
#define CONFIG_ARDRONE2
3
4
#define BOARD_ARDRONE2
5
6
#ifndef UART1_DEV
7
#define UART1_DEV /dev/ttyUSB0
8
#endif
9
10
#ifndef UARTSPLIT2_DEV
11
#define UARTSPLIT2_DEV /dev/ttyUSB1
12
#endif
13
14
#include "
peripherals/video_device.h
"
15
16
/* Cameras */
17
extern
struct
video_config_t
bottom_camera
;
18
extern
struct
video_config_t
front_camera
;
19
20
/* Default actuators driver */
21
#define DEFAULT_ACTUATORS "boards/ardrone/actuators.h"
22
#define ActuatorDefaultSet(_x,_y) ActuatorArdroneSet(_x,_y)
23
#define ActuatorsDefaultInit() ActuatorsArdroneInit()
24
#define ActuatorsDefaultCommit() ActuatorsArdroneCommit()
25
26
27
/* by default activate onboard baro */
28
#ifndef USE_BARO_BOARD
29
#define USE_BARO_BOARD 1
30
#endif
31
32
#endif
/* CONFIG_ARDRONE2 */
front_camera
struct video_config_t front_camera
Video thread dummy for simulation.
Definition:
board.c:43
bottom_camera
struct video_config_t bottom_camera
Definition:
board.c:68
video_device.h
video_config_t
V4L2 device settings.
Definition:
video_device.h:55
sw
airborne
boards
ardrone2.h
Generated on Fri Nov 8 2024 14:10:45 for Paparazzi UAS by
1.9.1