This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ The example can be run as described in :doc:`running_examples` (which in turn as
18
18
the vehicle and DroneKit have been set up as described in :ref: `get-started `).
19
19
20
20
If you're using a simulated vehicle remember to :ref: `disable arming checks <disable-arming-checks >` so
21
- that the example can run. You can also
22
- `add a virtual rangefinder <http://dev.ardupilot.com/wiki/using-sitl-for-ardupilot-testing/#adding_a_virtual_rangefinder >`_
23
- (otherwise the :py:attr: `Vehicle.rangefinder <dronekit.Vehicle.rangefinder> ` attribute may return
24
- values of ``None `` for the distance and voltage).
21
+ that the example can run. You can also:
22
+
23
+ * `add a virtual rangefinder <http://dev.ardupilot.com/wiki/using-sitl-for-ardupilot-testing/#adding_a_virtual_rangefinder >`_
24
+ (otherwise the :py:attr: `Vehicle.rangefinder <dronekit.Vehicle.rangefinder> ` attribute may return values of ``None `` for the distance and voltage).
25
+ * `add a virtual gimbal <http://dev.ardupilot.com/wiki/using-sitl-for-ardupilot-testing/#adding_a_virtual_gimbal >`_
26
+ (otherwise the :py:attr: `Vehicle.gimbal <dronekit.Vehicle.gimbal> ` attribute may return values of ``None `` for the yaw, pitch and roll).
25
27
26
28
In summary, after cloning the repository:
27
29
You can’t perform that action at this time.
0 commit comments