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: docs/getting_started.rst
+32-32Lines changed: 32 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,37 +27,6 @@ Odroid
27
27
28
28
29
29
30
-
Set up a simulated vehicle
31
-
--------------------------
32
-
The best way to prototype apps for drones is to use a simulated vehicle. APM provides a Software-In-The-Loop (SITL) environment, which simulates a copter or plane, in Linux.
33
-
34
-
If you want to test your app in real life, you should also grab a ready to fly copter from the `3D Robotics Store <http://store.3drobotics.com>`_.
35
-
36
-
37
-
38
-
Dependencies
39
-
~~~~~~~~~~~~
40
-
41
-
If you are using Mac OSX or Windows, you need to set up a virtual Linux machine to run SITL.
42
-
43
-
A popular virtual machine manager for running SITL is `Virtual Box <https://www.virtualbox.org/>`_. A virtual machine running Ubuntu Linux 13.04 or later works great.
44
-
45
-
46
-
Set up SITL on Linux
47
-
~~~~~~~~~~~~~~~~~~~~
48
-
49
-
Please see `instructions here <http://dev.ardupilot.com/wiki/setting-up-sitl-on-linux/>`_ to set up SITL on Ubuntu.
50
-
51
-
Once you have the simulated vehicle running, enter the following commands. (You only have to do this once)
@@ -143,5 +112,36 @@ The DroneKit library is available on the public pypi repository. You can use the
143
112
pip install droneapi
144
113
145
114
146
-
Congrats! You've set up DroneKit on your computer. Next we'll look at running your first app.
147
115
116
+
Set up a simulated vehicle
117
+
--------------------------
118
+
The best way to prototype apps for drones is to use a simulated vehicle. APM provides a Software-In-The-Loop (SITL) environment, which simulates a copter or plane, in Linux.
119
+
120
+
If you want to test your app in real life, you should also grab a ready to fly copter from the `3D Robotics Store <http://store.3drobotics.com>`_.
121
+
122
+
123
+
124
+
Dependencies
125
+
~~~~~~~~~~~~
126
+
127
+
If you are using Mac OSX or Windows, you need to set up a virtual Linux machine to run SITL.
128
+
129
+
A popular virtual machine manager for running SITL is `Virtual Box <https://www.virtualbox.org/>`_. A virtual machine running Ubuntu Linux 13.04 or later works great.
130
+
131
+
132
+
Set up SITL on Linux
133
+
~~~~~~~~~~~~~~~~~~~~
134
+
135
+
Please see `instructions here <http://dev.ardupilot.com/wiki/setting-up-sitl-on-linux/>`_ to set up SITL on Ubuntu.
136
+
137
+
Once you have the simulated vehicle running, enter the following commands. (You only have to do this once)
0 commit comments