mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
AP_InertialSensor: default primary accel and gyro
This commit is contained in:
parent
b71b8f4bda
commit
6773c0b232
@ -279,6 +279,8 @@ AP_InertialSensor::AP_InertialSensor() :
|
||||
_accel(),
|
||||
_gyro(),
|
||||
_board_orientation(ROTATION_NONE),
|
||||
_primary_gyro(0),
|
||||
_primary_accel(0),
|
||||
_hil_mode(false),
|
||||
_have_3D_calibration(false),
|
||||
_calibrating(false)
|
||||
|
Loading…
Reference in New Issue
Block a user