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
Copy file name to clipboardExpand all lines: mavsdk/source/index.rst
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,45 @@ Once the package has been installed, the examples can be run:
57
57
58
58
The examples assume that the embedded ``mavsdk_server`` binary can be run. In some cases (e.g. on Raspberry Pi), it may be necessary to run ``mavsdk_server`` manually, and therefore to set ``mavsdk_server_address='localhost'`` as described above.
59
59
60
+
Debug connection issues
61
+
-----------------------
62
+
63
+
In order to get more debugging information, it is possible to run the mavsdk_server binary separately.
64
+
65
+
For this case, let's assume the example was like this:
The mavsdk_server binary is installed using ``pip3``. If installed with ``pip3 --user`` it is usually (at least for Linux) to be found in ``~/.local/lib/python3.9/site-packages/mavsdk/bin/`` (of course depending on the Python version used).
72
+
73
+
It can then be run in a separate console with the ``system_address`` as an argument:
0 commit comments