Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 0121fb6

Browse files
committed
Add pointer to gimbal simulation docs
1 parent 562def4 commit 0121fb6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/examples/vehicle_state.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ The example can be run as described in :doc:`running_examples` (which in turn as
1818
the vehicle and DroneKit have been set up as described in :ref:`get-started`).
1919

2020
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).
2527

2628
In summary, after cloning the repository:
2729

0 commit comments

Comments
 (0)