3C-SCSU / Avatar

MIT License
9 stars 130 forks source link

Keep Drone Alive Function #30

Closed j-knudson closed 9 months ago

j-knudson commented 1 year ago

Business Requirements:

The Tello Drone will automatically land after 15 seconds without receiving new input. It often takes close to this time limit to record, process, and receive a prediction response from a brainwave. The current work around is a "Keep Alive" button that triggers a query to the drone battery so it neither moves nor triggers the auto lander. Currently, this button must be manually pressed. We would like this functionality to be converted to a "Keep Alive" mode that can be toggled on and off and will run the keep alive action in a timed loop.

Technical Details:

Acceptance Criteria:

Users can toggle a mode that keeps the drone from automatically landing. When the user is running a live prediction demo, there is an indicator available as to whether the keep alive mode is being used or not.

3C-SCSU commented 9 months ago

Duplicated. This issue is solved and merged: https://github.com/3C-SCSU/Avatar/pull/34