mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-26 15:54:15 +01:00
OP-1483 enable postfilter for indoor mode for filter debugging, change default filter alpha coefficient to 0.999
This commit is contained in:
parent
76f94e13ef
commit
41e062373d
@ -219,7 +219,10 @@ static const filterPipeline *ekf13iQueue = &(filterPipeline) {
|
||||
.filter = &stationaryFilter,
|
||||
.next = &(filterPipeline) {
|
||||
.filter = &ekf13iFilter,
|
||||
.next = NULL,
|
||||
.next = &(filterPipeline) {
|
||||
.filter = &velocityFilter,
|
||||
.next = NULL,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
<!-- Coefficient for velocity estimate post processing low pass filter
|
||||
- filters velocity bias based on delta position to compensate offsets coming from EKF -->
|
||||
<field name="VelocityPostProcessingLowPassAlpha" units="" type="float" elements="1" defaultvalue="0.9999"/>
|
||||
<field name="VelocityPostProcessingLowPassAlpha" units="" type="float" elements="1" defaultvalue="0.999"/>
|
||||
|
||||
<access gcs="readwrite" flight="readwrite"/>
|
||||
<telemetrygcs acked="true" updatemode="onchange" period="0"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user