Week 23 24
WEEK 23-24
- The tried to understand how the kibotics-webserver integration with the real tello is done. Once the behavior is understood, I have managed to start the real tello from kibotics, both for python and scratch.
- For Python:
#-*- coding: utf-8 -*- from tello.tello_wrapper import Drone import time tel = Drone('', 9005) tel.despegar() tel.avanzar_hasta(0.5) tel.aterrizar()
- For Scratch: