You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like this installation does not provide an embedded 'mavsdk_server' binary. If you installed from pip, it means that 'mavsdk_server' is not distributed for your platform (yet). You will need to get and run it manually:
233
+
This installation does not provide an embedded 'mavsdk_server' binary.
234
+
If you installed using pip, this means that 'mavsdk_server' is not distributed
235
+
for your platform yet (e.g. arm).
234
236
235
-
1. Download 'mavsdk_server' from releases: https://github.com/mavlink/mavsdk/releases (or build it from source).
236
-
2. Run it, e.g. on port 50051: './mavsdk_server -p 50051'.
237
-
3. Set the 'mavsdk_server_address' and port when creating the System:
0 commit comments