mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
uncrustify libraries/AP_Math/rotations.h
This commit is contained in:
parent
57d4db2be4
commit
9bb0b42f28
@ -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
Block a user