File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed
src/backend/packages/drone-flightplan Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## drone-flightplan-0.4.0 (2025-10-13)
4+
5+ ### Feat
6+
7+ - add support for dji mini 5 pro, fixes #598
8+ - add toggle to select drone type for flightplan generation & fix drone param calcs (#559 )
9+ - ** drone-flightplan** : support for Potensic Atom 2 waypoint missions (#545 )
10+
11+ ### Fix
12+
13+ - ** drone-flightplan** : cleanup setting gimbal angle for oblique and nadir shots
14+ - ** drone-flightplan** : for now do not adjust gimbal roll, just straight forward pitch
15+ - ** drone-flightplan** : ensure that flights complete (don't return) on controller transmission loss
16+ - ** drone-flightplan** : enable shootType=time for timed interval waylines
17+ - ** drone-flightplan** : attempt auto-start photo intervals on wayline mode
18+ - ** drone-flightplan** : update terrain following code to remove extra buffer points
19+ - ** drone-flightplan** : attempt another fix of straight line flightplans, no curve
20+ - ** drone-flightplan** : remove double end points for wayline missions (optimise curved --> straight)
21+ - ** drone-flightplan** : correctly set the flightplan to not curve (per point, as globally doesn't work)
22+ - ** drone-flightplan** : test creating straight line flight curvature
23+ - ** drone-flightplan** : ensure flight continue on signal loss
24+ - ** drone-flightplan** : potensic flights named per chunk
25+ - ** drone-flightplan** : set potensic atom 2 ground speed to 8 m/s max
26+ - ** drone-flightplan** : enable globalUseStraightLine=1 by default, fixes #524
27+ - ** drone-flightplan** : add ** all** for top level imports from pkg
28+
329## drone-flightplan-0.3.7 (2025-04-07)
430
531### Fix
Original file line number Diff line number Diff line change 1- __version__ = "0.3.7 "
1+ __version__ = "0.4.0 "
Original file line number Diff line number Diff line change 11
22[project ]
33name = " drone-flightplan"
4- version = " 0.3.7 "
4+ version = " 0.4.0 "
55description = " Generate an optimized flight plan for aerial mapping with drones."
66authors = [
77 {name = " Niraj Adhikari" , email = " nrjadkry@gmail.com" },
@@ -30,7 +30,7 @@ packages = ["drone_flightplan"]
3030
3131[tool .commitizen ]
3232name = " cz_conventional_commits"
33- version = " 0.3.7 "
33+ version = " 0.4.0 "
3434version_provider = " uv"
3535version_files = [
3636 " pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments