mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
default values for IR_360_..._CORRECTIONS
This commit is contained in:
@@ -117,6 +117,18 @@ float ir_360_longitudinal_correction;
|
||||
float ir_360_vertical_correction;
|
||||
|
||||
|
||||
#ifndef IR_360_LATERAL_CORRECTION
|
||||
#define IR_360_LATERAL_CORRECTION 1.
|
||||
#endif
|
||||
|
||||
#ifndef IR_360_LONGITUDINAL_CORRECTION
|
||||
#define IR_360_LONGITUDINAL_CORRECTION 1.
|
||||
#endif
|
||||
|
||||
#ifndef IR_360_VERTICAL_CORRECTION
|
||||
#define IR_360_VERTICAL_CORRECTION 1.
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/** \brief Initialisation of \a ir */
|
||||
|
||||
Reference in New Issue
Block a user