-
Notifications
You must be signed in to change notification settings - Fork 68
/
minimu9-ahrs-calibrate.1
31 lines (31 loc) · 1.04 KB
/
minimu9-ahrs-calibrate.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.TH MINIMU9-AHRS-CALIBRATE 1
.SH NAME
minimu9-ahrs-calibrate - generate a magnetometer calibration file for the MinIMU-9
.SH SYNOPSIS
.B minimu9-ahrs-calibrate [OPTIONS]
.SH DESCRIPTION
This is a small shell script that takes a few thousand lines of
the output from
\fBminimu9-ahrs --mode raw\fP and passes them to \fBminimu9-calibrator\fP to
create the calibration file needed by minimu9-ahrs,
\fB~/.minimu9-ahrs-cal\fP.
This script also stores the raw data in \fB~/.minimu9-ahrs-cal-data\fP so you can examine it or try different calibration methods.
.P
You should rotate the IMU through as many different angles as possible while this script is running.
.SS OPTIONS
Any command-line arguments provided to this script will be directly
passed to \fBminimu9-ahrs\fP.
.SH FILES
.TP
~/.minimu9-ahrs-cal
Calibration file for the magnetomer.
.TP
~/.minimu9-ahrs-cal-data
Raw data used to generate the calibration.
.SH AUTHOR
.nf
David Grayson <[email protected]>
http://www.github.com/DavidEGrayson/
.fi
.SH SEE ALSO
minimu9-ahrs(1), minimu9-ahrs-calibrator(1)