In the future we plan to implement more features from the Andriod Stuido applaction to the Flutter application for cross platform support.
- Connect to Tello drone
- Manaual Controls for the Tello drone
- Automatic Controls for the Tello drone where users can excute pre-programmed paths
- receieve stream data from the Tello drone
- Connect to Tello drone
- Manaual Controls for the Tello drone
- Automatic Controls for the Tello drone where users can excute pre-programmed path
- Display video stream and preform YOLO object dectection algorithm
- To deploy the application on your machine, you will need to install Dart and Flutter for the Flutter app, and Android Studio for Android app
- To connect to the drone, Tello drone is neeeded
- Tello Drone (Model:TLW004) (if you want to fly it)
- Android Device to download our application (dronez beta app)
- Download Android Studio and Flutter according to your operating system
With the environment configured, just clone this repository. You might also need to add any packages that might not be installed.
- once in the cloned directory, execute:
flutter run
Open android studio > navigate to cloned directory and open app_AS_only > Build > run app (preferably connecting your phone)
- video stream feature don't work on emulator devices because of connection issues between the device and the drone. If you want full functionalities please test on actual andriod devices
- For Android app, since the size of the app is big due to the object detection algorithm, it will not be able to build and install on the online emulator. Thus, actual physical phone is needed to run Android app
- Connect to the drone by clicking "wifi-figure" button
- When the battery and connection status are in green, the drone is connected
- Able to turn on the live feeding view by clicking "video view" switch
- If the video view is on, the switch will turn in green
- Take off the drone by clicking taking off button on the right
- After taking off, able to control the drone with joysticks
- Land the drone by clicking landing button under the take off button
- When battery is lower than 15%, the battery status will turn in red
mobizen_20230504_193314.1.mp4
- Connect to the drone by clicking "wifi-figure" button
- When the battery and connection status are in green, the drone is connected
- Able to turn on the live feeding view by clicking "video view" switch
- If the video view is on, the switch will turn in green
- Take off the drone by clicking "TAKEOFF" button
- Choose direction and amount of distance from the drop down boxes and click "GO" to submit distance command
- Choose rotation and amount of angle from the drop down boxes and click "GO" to submit rotation command
- "GO" buttons are enabled when either both direction and distance value or rotation and angle value are chosen; indicated with white background when enabled, otherwise in gray
- To make the drone to fly itself with pre-programmed path, click "AUTO" button