Closed Berruaa closed 2 years ago
Hmm something seems weird with the connection to mavsdk_server
. Can you try running mavsdk_server
manually (./mavsdk_server serial:///dev/ttyPixhawk:921600
), and connect to it with:
drone = System(mavsdk_server_address="localhost")
await drone.connect()
It works! Thank you very much!
Did you run the embedded mavsdk_server
, or did you download it?
I'm just wondering why your first version has this issue :thinking:. Which version of MAVSDK are you using?
We used the embedded 'mavsdk_server' that came with pip3 install mavsdk.
It was the latest version, mavsdk 1.4.0
Hello! I am using Rasperry Pi 4B (Raspbian GNU/Linux 11) connecting a drone with Pixhawk 4 (PX4 v1.13.0 firmware), using FTDI FT232BL TTL to USB. The drone can be armed but I keep getting this error message when I run the script:
When I run the mavsdk_server:
Could you help me with issue. Thank you very much!