Add support for Potensic Atom 1 waypoint missions in drone-flightplan#545
Merged
Conversation
3ad7132 to
5e464f5
Compare
Member
Author
|
I merged this in to get moving, but the change in calculations definitely needs a thorough review from some one. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this? (check all applicable)
Related Issue
Builds on #413, which actually broke DroneTM with incorrect enum usage (fixed in this PR).
Fixes #543
Describe this PR
See related blog: https://spwoodcock.dev/blog/2025-05-11-potensic-atom-waypoints
Checklist before requesting a review
Extra info
Major caveats:
flightrecordbeantable appear to do nothing - purely informationalHow to use this:
cd src/backend uv sync uv run python packages/drone-flightplan/drone_flightplan/create_flightplan.py \ --forward_overlap 75 \ --side_overlap 75 \ --altitude_above_ground_level 100 \ --image_interval 2 \ --drone_type POTENSIC_ATOM_2 \ --project_geojson ./my_location.geojson \ --take_off_point lat_coord,lon_coord \ --outfile map.dbadbavailable on your computer (full details here https://spwoodcock.dev/blog/2025-05-11-potensic-atom-waypoints):