Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
#include "state.h"
#include "math/pprz_algebra_int.h"
#include "math/pprz_algebra_float.h"
#include "math/pprz_orientation_conversion.h"
#include <std.h>
#include "modules/stereocam/stereocam.h"
Go to the source code of this file.
Data Structures | |
struct | GpsStereoCam |
Functions | |
void | stereo_to_state_init (void) |
void | stereo_to_state_periodic (void) |
Variables | |
struct GpsStereoCam | gps_stereocam |
Definition in file stereocam2state.h.
struct GpsStereoCam |
Definition at line 24 of file stereocam2state.h.
Data Fields | ||
---|---|---|
struct EcefCoor_i | ecef_vel |
void stereo_to_state_init | ( | void | ) |
Definition at line 56 of file stereocam2state.c.
References stereocam_gps_cb(), and STEREOCAM_GPS_ID.
void stereo_to_state_periodic | ( | void | ) |
Definition at line 62 of file stereocam2state.c.
References uint8array::fresh, FloatEulers::phi, prev_phi, prev_theta, stateGetNedToBodyEulers_f(), stereocam_data, stereocam_to_state(), and FloatEulers::theta.
struct GpsStereoCam gps_stereocam |
Definition at line 42 of file stereocam2state.c.
Referenced by stereocam_gps_cb(), and stereocam_to_state().