Open
Description
hey, I think i've got a fundamental misunderstanding in how to connect to my drone, I'm trying to connect to mavlink through my tango2 tx's wifi.
I can get mission planner to connect using TCP, 192.168.4.1 port: 5760, But within MAVSDK
drone.connect(system_address="tcp://[192.168.4.1][:5760]")
Doesn't seem to connect. I assumed these would be the same as the address you would use for mission planner.
I have code working within jmavsim all fine, just struggling to transfer it over to the real world.