Skip to content

Conversation

@kygm
Copy link
Collaborator

@kygm kygm commented Nov 27, 2025

First Drone+BCI Deployment - Added logic that prevents the drone from going to sleep by using a pseudo watchdog (timer instance running in the background) to keep the drone active (in other words, preventing it from landing after 15 seconds). Timer is set on a 200ms interval to run GUI5.hover_loop. Also updated the QML to run a takeoff function to perform the takeoff logic.

… going to sleep by using a pseudo watchdog (timer instance running in the background) to keep the drone active (in other words, preventing it from landing after 15 seconds). Timer is set on a 200ms interval to run GUI5.hover_loop. Also updated the QML to run a takeoff function to perform the takeoff logic
@kygm kygm requested review from 3C-SCSU and Yash272001 November 27, 2025 07:34
Copy link
Collaborator

@Yash272001 Yash272001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(1) Yes > (2 files; +28 / -7) [The watchdog-based timer and 200 ms hover loop effectively prevent unintended auto-landing. The updated QML takeoff hook integrates smoothly with the UI. No conflicts or issues identified.]

@Yash272001 Yash272001 merged commit 66a3637 into 3C-SCSU:main Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants