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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,10 @@ To install simply run:
37
37
38
38
The package contains ``mavsdk_server`` already (previously called "backend"), which is started automatically when connecting (e.g. ``await drone.connect()``). Have a look at the examples to see it used in practice. It will be something like:
Once the package has been installed, the examples can be run:
55
54
55
+
.. code:: bash
56
56
examples/takeoff_and_land.py
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.
@@ -64,6 +64,7 @@ In order to get more debugging information, it is possible to run the mavsdk_ser
64
64
65
65
For this case, let's assume the example was like this:
0 commit comments