aerostack2 / as2_platform_tello

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Local port config for multi-drone, port reconfiguration for state and video and temporary CamInfo to enable streaming. #8

Closed mhl787156 closed 5 months ago

mhl787156 commented 5 months ago

Hi guys,

In order to get multi-drone to work, we need a fixed local client port for each connected tello to avoid port clashing. In the existing repository, this wasn't possible as the client port was set the same as the server port.

I have verified that changing the state port and the camera port works on the tello EDU in ap mode over the wifi network.

I have managed to fly with two tellos, although I'm having trouble with the teleop panel and one or both drones going into emergency mode on their own.

EDIT: Just tried with mission_swarm.py and it seems to be working semi-smoothly now!

RPS98 commented 5 months ago

Hi @mhl787156, thanks!