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/source/enums.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,14 @@ Enums
3
3
4
4
MAV Result
5
5
-----------
6
-
Note, not all MAV Results are supported by ardupilot. Read the `ardupilot documentation <https://ardupilot.org/copter/docs/ArduCopter_MAVLink_Messages.html>`_
7
6
8
7
.. automodule:: MAVez.enums.mav_result
9
8
:members:
10
9
:show-inheritance:
11
10
:undoc-members:
12
11
13
12
MAV Mission Result
14
-
-----------------
13
+
-------------------
15
14
16
15
.. automodule:: MAVez.enums.mav_mission_result
17
16
:members:
@@ -29,6 +28,8 @@ MAV Landed State
29
28
MAV Message
30
29
-----------------
31
30
31
+
Note, not all MAV Messages are supported by ardupilot. Read the `ardupilot documentation <https://ardupilot.org/copter/docs/ArduCopter_MAVLink_Messages.html>`_
0 commit comments