We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2118c commit 04e0e81Copy full SHA for 04e0e81
ardupilot/indication/20007.NotifyState.uavcan
@@ -24,6 +24,9 @@ uint8 VEHICLE_STATE_IS_LANDING = 22
24
uint8 VEHICLE_STATE_IS_TAKING_OFF = 23
25
26
27
+# beware that the auxiliary data indicated by
28
+# ARDUPILOT_INDICATION_NOTIFYSTATE_VEHICLE_YAW_EARTH_CENTIDEGREES
29
+# is strange; it's number of degrees *counter-clockwise* from North:
30
uint8 VEHICLE_YAW_EARTH_CENTIDEGREES = 0
31
32
# set the type of aux data to be sent
0 commit comments