uaarg / shepard

A collection of scripts running on the drone or for determining drone flight plans. These preform both imaging and autopilot tasks.
0 stars 2 forks source link

Mapping Algorithms #35

Open fadilm777 opened 1 month ago

fadilm777 commented 1 month ago

Develop a mapping script for the SUAS competition.

PROBLEM: Produce a visual map of an area of interest.

IDEA: (or solution) The aircraft follows a certain flightpath and captures images of the ground. During flight, the drone's geolocation is recorded at every instant the image is taken.

Requirements: -

Notes: -

Action steps: -

Gabriel-Cajias commented 1 month ago

Update: Figured out seamless stitching based on feature matching. Working on optimizing this approach to reduce memory usage SHOWED_111