diff --git a/src/boards/DeathStack/configs/NASConfig.h b/src/boards/DeathStack/configs/NASConfig.h index d938884cf9cbcca8178bde5e2994f9f392c13bac..0fe5edeff886ed2ca61ee4a34b4d0ec6323c3199 100644 --- a/src/boards/DeathStack/configs/NASConfig.h +++ b/src/boards/DeathStack/configs/NASConfig.h @@ -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) diff --git a/src/boards/DeathStack/configs/config.h b/src/boards/DeathStack/configs/config.h index 1eaeac03b9d5a794b8ab4f2650085c54d45f4f22..5f6e46777c631b64c14642d60e015234b54ae159 100644 --- a/src/boards/DeathStack/configs/config.h +++ b/src/boards/DeathStack/configs/config.h @@ -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;