mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 08:40:34 +08:00
EKF: RingBuffer minor improvements
- allocate IMU and output buffers on construction according to defaults - determine buffer max time delay based on configuration parameters - reorder flowSample and extVisionSample to minimize padding - adjust parameter defaults to match PX4-Autopilot
This commit is contained in:
@@ -62,7 +62,6 @@ class EkfRingBufferTest : public ::testing::Test {
|
||||
|
||||
void TearDown() override
|
||||
{
|
||||
_buffer->unallocate();
|
||||
delete _buffer;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user