|
|
|
@ -76,7 +76,10 @@ enum Rotation : uint8_t {
@@ -76,7 +76,10 @@ enum Rotation : uint8_t {
|
|
|
|
|
// to the MAVLink messages as well.
|
|
|
|
|
///////////////////////////////////////////////////////////////////////
|
|
|
|
|
ROTATION_MAX, |
|
|
|
|
ROTATION_CUSTOM = 100, |
|
|
|
|
ROTATION_CUSTOM_OLD = 100, |
|
|
|
|
ROTATION_CUSTOM_1 = 101, |
|
|
|
|
ROTATION_CUSTOM_2 = 102, |
|
|
|
|
ROTATION_CUSTOM_END, |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -87,5 +90,5 @@ enum Rotation : uint8_t {
@@ -87,5 +90,5 @@ enum Rotation : uint8_t {
|
|
|
|
|
Here are the same values in a form suitable for a @Values attribute in |
|
|
|
|
auto documentation: |
|
|
|
|
|
|
|
|
|
@Values: 0:None,1:Yaw45,2:Yaw90,3:Yaw135,4:Yaw180,5:Yaw225,6:Yaw270,7:Yaw315,8:Roll180,9:Roll180Yaw45,10:Roll180Yaw90,11:Roll180Yaw135,12:Pitch180,13:Roll180Yaw225,14:Roll180Yaw270,15:Roll180Yaw315,16:Roll90,17:Roll90Yaw45,18:Roll90Yaw90,19:Roll90Yaw135,20:Roll270,21:Roll270Yaw45,22:Roll270Yaw90,23:Roll270Yaw135,24:Pitch90,25:Pitch270,26:Pitch180Yaw90,27:Pitch180Yaw270,28:Roll90Pitch90,29:Roll180Pitch90,30:Roll270Pitch90,31:Roll90Pitch180,32:Roll270Pitch180,33:Roll90Pitch270,34:Roll180Pitch270,35:Roll270Pitch270,36:Roll90Pitch180Yaw90,37:Roll90Yaw270,38:Yaw293Pitch68Roll180,39:Pitch315,40:Roll90Pitch315,42:Roll45,43:Roll315,100:Custom |
|
|
|
|
@Values: 0:None,1:Yaw45,2:Yaw90,3:Yaw135,4:Yaw180,5:Yaw225,6:Yaw270,7:Yaw315,8:Roll180,9:Yaw45Roll180,10:Yaw90Roll180,11:Yaw135Roll180,12:Pitch180,13:Yaw225Roll180,14:Yaw270Roll180,15:Yaw315Roll180,16:Roll90,17:Yaw45Roll90,18:Yaw90Roll90,19:Yaw135Roll90,20:Roll270,21:Yaw45Roll270,22:Yaw90Roll270,23:Yaw135Roll270,24:Pitch90,25:Pitch270,26:Yaw90Pitch180,27:Yaw270Pitch180,28:Pitch90Roll90,29:Pitch90Roll180,30:Pitch90Roll270,31:Pitch180Roll90,32:Pitch180Roll270,33:Pitch270Roll90,34:Pitch270Roll180,35:Pitch270Roll270,36:Yaw90Pitch180Roll90,37:Yaw270Roll90,38:Yaw293Pitch68Roll180,39:Pitch315,40:Pitch315Roll90,42:Roll45,43:Roll315,100:Custom 4.1 and older,101:Custom 1,102:Custom 2 |
|
|
|
|
*/ |
|
|
|
|