mirror of https://github.com/ArduPilot/ardupilot
Tools: FilterTestTool - add missing information
This commit is contained in:
parent
15a326bade
commit
80bf2d6192
|
@ -1,8 +1,11 @@
|
||||||
# ArduPilot IMU Filter Test Tool
|
# ArduPilot IMU Filter Test Tool
|
||||||
|
|
||||||
**Warning: always check the onboard FFT to setup filters, this tool only simulate effects of filtering.**
|
**Warning: always check the onboard FFT to setup filters, this tool only simulates the effects of filtering.**
|
||||||
|
|
||||||
This is a tool to simulate IMU filtering on a raw IMU log.
|
This is a tool to simulate IMU filtering on a raw IMU log.
|
||||||
|
This requires activating the RAW_IMU bit on the LOG_BITMASK parameter.
|
||||||
|
Currently only supports the primary IMU and does not use batch sampling.
|
||||||
|
|
||||||
To run it:
|
To run it:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue