diff --git a/src/boards/Payload/Configs/WingConfig.h b/src/boards/Payload/Configs/WingConfig.h index 86be338a7f5efe0fa082afdc8b52f172cf17e4c1..cf942867c48ea1659deb9b2a9568e7adf8ae9e85 100644 --- a/src/boards/Payload/Configs/WingConfig.h +++ b/src/boards/Payload/Configs/WingConfig.h @@ -54,8 +54,8 @@ namespace Default constexpr auto TARGET_LAT = 39.389733f; constexpr auto TARGET_LON = -8.288992f; #elif defined(ROCCARASO) -constexpr auto TARGET_LAT = 41.8091998f; -constexpr auto TARGET_LON = 14.0552026f; +constexpr auto TARGET_LAT = 41.803091927806555f; +constexpr auto TARGET_LON = 14.05454532408593f; #else // Milan constexpr auto TARGET_LAT = 45.5014089f; constexpr auto TARGET_LON = 9.1543615f;