Please take a look at the video abstract:
- Instal dependencies using the follwoing command:
pip install -r requirements.txt
- Turn on the Tello EDU drone and connect to it's Wi-Fi (like when using the mobile appilcation).
- Run DronConfig.py.
-
Board configuration and JetPack instalation is described the Jetson TX2 Developer Kit User Guide (avaliavle on https://developer.nvidia.com/ after registering and logging in).
-
Connection to Wi-Fi is described here: https://www.linuxbabe.com/ubuntu/connect-to-wi-fi-from-terminal-on-ubuntu-18-04-19-04-with-wpa-supplicant In the end you should establish a connection with the Tello EDU drone (like using your smartphone).
-
Install python3.7 and pip:
sudo apt-get install python3 sudo apt-get install python3-pip
-
Install dependencies in linux console if You want to run a project from a console using command:
pip3 install -r requirements_linux.txt
-
Turn on Tello drone and connect to its Wi-Fi
-
Run program in console via command
python Jetson.py
or in PyCharm.