Skip to content

Commit 9229819

Browse files
hamishwilleetcr3dr
authored andcommitted
improve description of how example works
1 parent ceacc12 commit 9229819

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

docs/examples/drone_delivery.rst

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,30 @@ In summary, after cloning the repository:
5656
The ``--connect`` parameter above connects to SITL on udp port 127.0.0.1:14550.
5757
This is the default value for the parameter, and may be omitted.
5858

59-
#. After a short while you should be able to reach your new webserver at http://localhost:8080.
59+
On the command prompt you should see (something like):
6060

61+
.. code-block:: bash
6162
62-
On the command prompt you should see (something like):
63-
64-
.. code-block:: bash
63+
Connecting to vehicle on: 127.0.0.1:14550
64+
>>> Frame: QUAD
65+
[DEBUG]: Connected to vehicle.
66+
[DEBUG]: DroneDelivery Start
67+
[DEBUG]: Waiting for ability to arm...
68+
[DEBUG]: Running initial boot sequence
69+
[DEBUG]: Changing to mode: GUIDED
70+
[DEBUG]: Waiting for arming...
71+
[DEBUG]: Taking off
72+
http://localhost:8080/
73+
74+
#. After a short while you should be able to reach your new webserver at http://localhost:8080.
75+
The command prompt will show something like
76+
77+
.. code-block:: bash
6578
66-
Connecting to vehicle on: 127.0.0.1:14550
67-
>>> Frame: QUAD
68-
[DEBUG]: Connected to vehicle.
69-
[DEBUG]: DroneDelivery Start
70-
[DEBUG]: Waiting for ability to arm...
71-
[DEBUG]: Running initial boot sequence
72-
[DEBUG]: Changing to mode: GUIDED
73-
[DEBUG]: Waiting for arming...
74-
[DEBUG]: Taking off
75-
http://localhost:8080/
76-
[DEBUG]: Goto: [u'-35.4', u'149.2'], 29.98
79+
[DEBUG]: Goto: [u'-35.4', u'149.2'], 29.98
80+
81+
On the web server you can use the **Command** button to set a target location and
82+
the **Track** button to view the moving vehicle (see the screenshots below).
7783

7884

7985
Screenshots

0 commit comments

Comments
 (0)