mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 14:06:32 +00:00
Show raw values in imu command
This commit is contained in:
@@ -104,10 +104,7 @@ void doCommand(String str, bool echo = false) {
|
||||
print("qx: %f qy: %f qz: %f qw: %f\n", attitude.x, attitude.y, attitude.z, attitude.w);
|
||||
} else if (command == "imu") {
|
||||
printIMUInfo();
|
||||
print("gyro: %f %f %f\n", rates.x, rates.y, rates.z);
|
||||
print("acc: %f %f %f\n", acc.x, acc.y, acc.z);
|
||||
printIMUCalibration();
|
||||
print("rate: %.0f\n", loopRate);
|
||||
print("landed: %d\n", landed);
|
||||
} else if (command == "rc") {
|
||||
print("channels: ");
|
||||
|
||||
Reference in New Issue
Block a user