What are the translational movements in drones? • Up & Down • Left & Right • Forward & Backwards Is this the same as Roll, Pitch & Yaw in aeroplane controll? #drone #learningdrones #aerospace #Physics #Python
Found a really helpful video by @dronaaviation youtube.com/watch?v=bJFHZp… Thanks guys your video make it really easy to understand pitch, roll & yaw in drones 👍🏾
I also found a really useful pdf from @NASA will try to share the link
Can't wait to test this little toy out 😎 #Python #Drones #DroneTech #quadcopters #tello #DJI #aerospace #Physics
This course by @rockstarabhipy is absolutely sick !! I would recommend anyone interested in drones to try it out.. not completed the course yet but can't wait! #Python #OpenCV #ComputerVision #AI #MachineLearning #drones #DroneTech #BlackTechTwitter youtu.be/LmEcyQnfpDA
It was actually worth staying up all night just so I can view this.. I can rest now while the drone charges.. maybe I should of done that first now that I am literally #ReadyToCode 😂🙈 #Python #AI #OpenCV #ComputerVision #LiveFeed #VideoPlayback #drones #DroneTech #BlackTech
Does #ComputerVision work well with Python3.10? This tutorial is saying I should use Python 3.7.6 but I'm thinking surely the updated version of #Python would be better no? @rockstarabhipy #ComputerVision #OpenCV #AI #MachineLearning
And we have connection 🙌🏾🙌🏾 from djitellopy import tello from time import sleep drone = tello.Tello() drone.connect() battery_status = drone.get_battery() print(battery_status) My bat is on 76% #Python #drones #MachineLearning #AI #ComputerVision #ReadyToCode