What is an IMU
The inertial measurement unit is an electronic device that can measure and report the specific gravity and angular rate of an object to which it is attached. In UAVs, the IMU provides crucial data that helps the drone/plane to be self-aware of its stands, heading, and speed, so it is one of the most basic sensors on a drone.
To understand what is an IMU and how it works, you basically just need to learn the components that make up an IMU. An IMU usually references the combination of accelerometers, gyroscopes, and optional magnetometers.
Accelerometer:
Measures the acceleration force applied on the three axes of the sensor
Could tell the orientation of the drone. Say if the drone is placed levelly on the ground, then the acceleration it is experiencing is zero, except for the z-axis, which is experiencing gravity. If the 1g acceleration is shifted to the y-axis, then we know the drone rotates 90 degrees by its y-axis
The acceleration can be further computed to produce velocity and displacement
Can be used to sensor fusing with the GPS data to provide more accurate position information
Gyroscope:
Measures the angular rates to a reference frame
The X, Y, and Z axis of the gyroscope are referred to as Pitch, Yaw, and Roll by us
Very important if we want to maintain the stand of the drone. The gyroscope can tell the orientation in 3-dimensional space to suggest how we can adjust the output to achieve the position we want
Magnetometer:
A compass, that tells the absolute heading of the object
This is useful when we want to know where the drone is heading on a map. Without a magnetometer, we are able to know if the drone is moving, but we can’t tell if it is going north or west.
Barometer:
An air pressure sensor that can be used to estimate the altitude of the drone, which is a sensor that is mentioned a lot in flight controller sensors, but it doesn’t really belong to the category of IMU
Drone Dancing (IMU calibration)
If you ever joined a flight test before, what you had a high chance have seeing before is a person or a couple of people, holding the drone, and trying to orientate the drone in every direction. (WIP)
Add Comment