mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
new Bosch BMI088 IMU driver using FIFOs and DRDY
This commit is contained in:
@@ -97,7 +97,7 @@ private:
|
||||
|
||||
float _range{16 * CONSTANTS_ONE_G};
|
||||
float _scale{1.f};
|
||||
float _temperature{0.f};
|
||||
float _temperature{NAN};
|
||||
|
||||
float _clip_limit{_range / _scale};
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ private:
|
||||
|
||||
float _range{math::radians(2000.f)};
|
||||
float _scale{1.f};
|
||||
float _temperature{0.f};
|
||||
float _temperature{NAN};
|
||||
|
||||
uint32_t _error_count{0};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user