-
Notifications
You must be signed in to change notification settings - Fork 39
Add support for Potensic Atom 3 #870
Copy link
Copy link
Open
Labels
backendRelated to backend codeRelated to backend codedependency:drone-flightplanRequires updates in drone-flightplanRequires updates in drone-flightplaneffort:lowLikely a few hoursLikely a few hourshelp wantedExtra attention is neededExtra attention is neededpriority:lowBacklog of tasks that will be addressed in timeBacklog of tasks that will be addressed in timerepo:drone-tm
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
backendRelated to backend codeRelated to backend codedependency:drone-flightplanRequires updates in drone-flightplanRequires updates in drone-flightplaneffort:lowLikely a few hoursLikely a few hourshelp wantedExtra attention is neededExtra attention is neededpriority:lowBacklog of tasks that will be addressed in timeBacklog of tasks that will be addressed in timerepo:drone-tm
Specs: https://www.potensic.com/atom-3-specs.html
More details: #863
Analysis of the files:
global.jsonis exactly the same.xxx.jsonfile is slightly different:;[]POI suffix. Atom 2 mission files are[waypoints];[poi_list]; the Atom 3 file is a plain JSON array ending}]- no semicolon, no POI array at all, no trailing newline. The main change here.fileNamekey on waypoints. Atom 2 always writes one (point_<ts>.jpg, a thumbnail for the Eve UI); Atom 3 omits the key entirely. Thumbnails are aesthetic only, so not an issue we need to action.yawType: "TO_WAYPOINT"(withyaw: 0throughout) andzoomType: "HAND". Atom 2 captures only ever showedDEFINEfor both. Most likely these are mission settings the selected manually in Potensic Eve in the example provided by @zigulicd? Perhaps it means 'set yaw heading towards next waypoint' and 'manual zoom' and are probably still compatible withDEFINEas an option too?Everything else matches the Atom 2 exactly.