mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
BaroGlitch: increase max accel to 15m/s/s
This commit is contained in:
parent
af7e5a75e9
commit
5d4e019397
@ -13,7 +13,7 @@
|
||||
#include <AP_Math.h>
|
||||
#include <AP_Baro.h>
|
||||
|
||||
#define BARO_GLITCH_ACCEL_MAX_CMSS 1000.0f // vehicle can accelerate at up to 10m/s/s vertically
|
||||
#define BARO_GLITCH_ACCEL_MAX_CMSS 1500.0f // vehicle can accelerate at up to 15m/s/s vertically
|
||||
#define BARO_GLITCH_DISTANCE_OK_CM 500.0f // baro movement within 5m of current position is always ok
|
||||
|
||||
/// @class Baro_Glitch
|
||||
|
Loading…
Reference in New Issue
Block a user