Skip to content

Commit

Permalink
Fix typo in axes conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
xioTechnologies committed Aug 27, 2024
1 parent d12d68f commit 5aada61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The AHRS algorithm settings are defined by the `FusionAhrsSettings` structure an

| Setting | Description |
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `convention` | Earth axes convention (NWD, ENU, or NED). |
| `convention` | Earth axes convention (NWU, ENU, or NED). |
| `gain` | Determines the influence of the gyroscope relative to other sensors. A value of zero will disable initialisation and the acceleration and magnetic rejection features. A value of 0.5 is appropriate for most applications. |
| `gyroscopeRange` | Gyroscope range (in degrees per second). Angular rate recovery will activate if the gyroscope measurement exceeds 98% of this value. A value of zero will disable this feature. The value should be set to the range specified in the gyroscope datasheet. |
| `accelerationRejection` | Threshold (in degrees) used by the acceleration rejection feature. A value of zero will disable this feature. A value of 10 degrees is appropriate for most applications. |
Expand Down

0 comments on commit 5aada61

Please sign in to comment.