From aec686b376bac611f9528294647dab43ad8c7136 Mon Sep 17 00:00:00 2001 From: Tamas Nepusz Date: Sun, 9 Jul 2023 21:20:30 +0200 Subject: [PATCH] chore: updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0d3381..f082ab21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- The plugin now supports takeoff grids where multiple drones occupy the same + takeoff slot within safety distance (e.g., four drones in a pod at the same + takeoff location). The takeoff, RTH and landing operators were redesigned to + cater for dense takeoff grids. + - You can now import dynamic formations from a ZIP file containing CSV files, one per drone. See the documentation for more details about the format of the CSV file.