mirror of https://github.com/ArduPilot/ardupilot
uncrustify libraries/AP_Math/rotations.h
This commit is contained in:
parent
a3a0672e30
commit
d1c42279fd
|
@ -26,21 +26,21 @@
|
|||
// these rotation values are stored to EEPROM, so be careful not to
|
||||
// change the numbering of any existing entry when adding a new entry.
|
||||
enum Rotation {
|
||||
ROTATION_NONE = 0,
|
||||
ROTATION_YAW_45,
|
||||
ROTATION_YAW_90,
|
||||
ROTATION_YAW_135,
|
||||
ROTATION_YAW_180,
|
||||
ROTATION_YAW_225,
|
||||
ROTATION_YAW_270,
|
||||
ROTATION_YAW_315,
|
||||
ROTATION_ROLL_180,
|
||||
ROTATION_ROLL_180_YAW_45,
|
||||
ROTATION_ROLL_180_YAW_90,
|
||||
ROTATION_ROLL_180_YAW_135,
|
||||
ROTATION_PITCH_180,
|
||||
ROTATION_ROLL_180_YAW_225,
|
||||
ROTATION_ROLL_180_YAW_270,
|
||||
ROTATION_ROLL_180_YAW_315,
|
||||
ROTATION_NONE = 0,
|
||||
ROTATION_YAW_45,
|
||||
ROTATION_YAW_90,
|
||||
ROTATION_YAW_135,
|
||||
ROTATION_YAW_180,
|
||||
ROTATION_YAW_225,
|
||||
ROTATION_YAW_270,
|
||||
ROTATION_YAW_315,
|
||||
ROTATION_ROLL_180,
|
||||
ROTATION_ROLL_180_YAW_45,
|
||||
ROTATION_ROLL_180_YAW_90,
|
||||
ROTATION_ROLL_180_YAW_135,
|
||||
ROTATION_PITCH_180,
|
||||
ROTATION_ROLL_180_YAW_225,
|
||||
ROTATION_ROLL_180_YAW_270,
|
||||
ROTATION_ROLL_180_YAW_315,
|
||||
ROTATION_MAX
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue