Skip to content
Snippets Groups Projects
Commit a7646a68 authored by Luca Conterio's avatar Luca Conterio
Browse files

Euroc reference altitude and gps coordinates

parent c625fb6a
No related branches found
No related tags found
No related merge requests found
......@@ -104,11 +104,11 @@ static const unsigned int JAMMING_FACTOR = 3;
#ifdef EUROC
// static const float LAT0 =
// 39.371507F; // [deg]
// 39.390278F; // [deg]
// // Latitude of the launch location
// // (campo militar santa margarida)
// static const float LON0 =
// -8.278039F; // [deg]
// -8.289167; // [deg]
// // Longitude of the launch location
// // (campo militar santa margarida)
......
......@@ -27,7 +27,7 @@ static constexpr unsigned int DEFERRED_EVENTS_QUEUE_SIZE = 100;
// Default reference values settings
#ifdef EUROC
static const float DEFAULT_REFERENCE_ALTITUDE = 171.0f;
static const float DEFAULT_REFERENCE_ALTITUDE = 160.0f;
static const float DEFAULT_REFERENCE_PRESSURE = 100022.4f;
#else
static const float DEFAULT_REFERENCE_ALTITUDE = 1420.0f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment