Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
stereocam2state.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Kimberly McGuire
3  *
4  * This file is part of paparazzi
5  *
6  */
13 #ifndef STEREOCAM2STATE_H
14 #define STEREOCAM2STATE_H
15 
16 #include "state.h"
17 
18 #include "math/pprz_algebra_int.h"
21 #include <std.h>
23 
24 struct GpsStereoCam {
26 };
27 
28 extern struct GpsStereoCam gps_stereocam;
29 
30 extern void stereo_to_state_init(void);
31 extern void stereo_to_state_periodic(void);
32 
33 
34 #endif
35 
void stereo_to_state_init(void)
vector in EarthCenteredEarthFixed coordinates
struct EcefCoor_i ecef_vel
struct GpsStereoCam gps_stereocam
Paparazzi floating point algebra.
interface to the TU Delft serial stereocam
void stereo_to_state_periodic(void)
API to get/set the generic vehicle states.
Generic orientation representation and conversions.
Paparazzi fixed point algebra.