mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
Added notes to Imu.ax, ay, az
This commit is contained in:
parent
9ef902d4a5
commit
9afd99b834
@ -1014,9 +1014,9 @@ static void
|
||||
print_accel_offsets(void)
|
||||
{
|
||||
Serial.printf_P(PSTR("A_off: %4.2f, %4.2f, %4.2f\n"),
|
||||
(float)imu.ax(),
|
||||
(float)imu.ay(),
|
||||
(float)imu.az());
|
||||
(float)imu.ax(), // Pitch
|
||||
(float)imu.ay(), // Roll
|
||||
(float)imu.az()); // YAW
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user