@@ -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
7985Screenshots
0 commit comments