Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Feb 23, 2024
2 parents d7fd83c + 7abd097 commit 2fb6544
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/bareboat-os.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,17 @@ For compass IMU connected to Pi (that's not really a part of motor controller)
* icm20948 IMU
* mpu9255 IMU

==== IMU Calibration using PyPilot

3-axis IMU accelerometer and
3-axis magnetometer need to be calibrated initially to account for range and bias of readings on each axis.

PyPilot comes with a calibration utility. During calibration you need to rotate IMU along all axes to
allow calibration process to assess ranges of readings and skew bias on each of them. Calibration process completes when it's able to optimally
fit all these readings on a sphere.
(two spheres: one for accelerometer,
and one for magnetometer)

=== UI for controlling autopilots

There are three options:
Expand Down

0 comments on commit 2fb6544

Please sign in to comment.