Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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 */
bottom_camera
struct video_config_t bottom_camera
Definition:
board.c:68
front_camera
struct video_config_t front_camera
Video thread dummy for simulation.
Definition:
board.c:43
video_device.h
video_config_t
V4L2 device settings.
Definition:
video_device.h:55
sw
airborne
boards
ardrone2.h
Generated on Wed Feb 10 2021 04:33:57 for Paparazzi UAS by
1.8.8