User Tools

Site Tools


projects:robomastertt:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:robomastertt:start [2024/12/11 21:16] – [PYTHON] mpr_staff.hsrwprojects:robomastertt:start [2024/12/12 15:20] (current) – [Firewall Exceptions] mpr_staff.hsrw
Line 11: Line 11:
 [[https://www.youtube.com/watch?v=_08TwrLi-C0|How to connect and run code on Robomaster Tello Talent on Mind plus software]] [[https://www.youtube.com/watch?v=_08TwrLi-C0|How to connect and run code on Robomaster Tello Talent on Mind plus software]]
  
 +==== Firewall Exceptions ====
 +  * 8889/udp control
 +  * 8890/udp state
 +  * 11111/udp video
  
 ==== Update Drone Firmware ==== ==== Update Drone Firmware ====
Line 47: Line 51:
 #for i, battery in enumerate(swarm.get_battery(), start=1): #for i, battery in enumerate(swarm.get_battery(), start=1):
 # print(f"Tello{i}: {battery}%") # print(f"Tello{i}: {battery}%")
 +
 +# Change the LED colour of both drones
 +swarm.parallel(lambda i, tello: tello.send_expansion_command("led 255 0 0"))
  
 # Execute commands as a swarm # Execute commands as a swarm
Line 64: Line 71:
 </code> </code>
  
-==== UWB==== +==== UWB ==== 
-[[https://github.com/TIERS/uwb-tello-swarm|UWB Tello GitHub]]+[[https://github.com/TIERS/uwb-tello-swarm|GitHub: uwb-tello-swarm]] 
 [[https://de.aliexpress.com/item/1005007317252043.html?gatewayAdapt=glo2deu|UWB Modules Tello]] [[https://de.aliexpress.com/item/1005007317252043.html?gatewayAdapt=glo2deu|UWB Modules Tello]]
 +
 +==== Gesture Control ====
 +
 +[[https://github.com/kinivi/tello-gesture-control|GitHub: tello-gesture-control]]
 +
 +[[https://github.com/philipnakhleh/Hand-Tracking-Module|GitHub: Hand-Tracking-Module]]
 +
 +[[https://www.analyticsvidhya.com/blog/2021/07/building-a-hand-tracking-system-using-opencv/|Hand Tracking from scratch Python Tutorial]]
 +
  
  
  
projects/robomastertt/start.1733948201.txt.gz · Last modified: 2024/12/11 21:16 by mpr_staff.hsrw