Overview
As we head into the Fall 2023 term, the Autonomy team will need to start integrating the computer vision modules needed for auto landing. Currently, we have our system get images from the video_input
worker and detect landing pads in the image with the detect_target
worker.
...
Drawio | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
The data_merge_worker
and geolocation_worker
have been merged into the codebase and have corresponding unit tests. We will need to test these workers on the drone to confirm they work.
The controllerdecision_worker
has been merged into the codebase and has corresponding unit tests. For the Fall term, we want to take the simplest path to achieve auto-landing. As a result, we will have to make a new controller_worker
that is much simpler.
No work has been done on the command_output_worker
. This will need to be a task that is done during the Fall.
Flight Test Plan
Flight Test Date | Items to Flight Test |
---|---|
September 16th, 2023 |
|
September 23rd, 2023 |
|
October 7th, 2023 |
|
October 21st, 2023 |
|
November 4th, 2023 |
|
November 18th, 2023 |
|
December 2nd, 2023 |
|
December 16th, 2023 |
|