mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mag: calibration: bump default earth field strength from 0.2 to 0.4 (#26528)
This commit is contained in:
parent
245ae58264
commit
d564c5b4c2
@ -71,7 +71,7 @@ using namespace time_literals;
|
||||
|
||||
static constexpr char sensor_name[] {"mag"};
|
||||
static constexpr int MAX_MAGS = 4;
|
||||
static constexpr float MAG_SPHERE_RADIUS_DEFAULT = 0.2f;
|
||||
static constexpr float MAG_SPHERE_RADIUS_DEFAULT = 0.4f;
|
||||
static constexpr unsigned int calibration_total_points = 240; ///< The total points per magnetometer
|
||||
static constexpr unsigned int calibraton_duration_s = 42; ///< The total duration the routine is allowed to take
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user