IMU for Dummies:- Introduction

alt text

Why am I writing about IMU?

When it comes to Inertial Measurement Units (IMU), the conversation often splits between embedded developers and roboticists. However, I aim to bridge that gap by offering insights from both perspectives. In this series, we’ll delve into IMUs from both low-level and high-level angles, from understanding drivers to leveraging data for navigation systems.

Understanding IMU

Inertial Measurement Unit or IMU is very common in robotics and I am sure you must have heard the name. But how important is it? It is said that before you start building a robot you order an IMU.
Well ok… but why?
Robot Navigation
Tracking the motion of the robot is very important. Being accurate is one of the key requirements. To move a robot from point A to point B. You need to have the following information.

  • Start point
  • Endpoint
  • Current position

What IMU helps in is findnig the current position of the Robot.
Seems easy right?
Plug in some rotary encoders and you are good to go!
Problem Solved!
Nope, having information from rotary encoders will just give you distance. Bigger problem is that that even if you have something like omni wheels from which you can also determnine direction. In real world things do not work as expected.
alt text

Although the wheels show you that it is moving towards the goal the robot has actually moved away from the path.

This is why IMU is used, to find the exact location of the robot in any given moment.

Next Part

In the next part I will talk about the basic components of an IMU and their limits. We will dive into datasheets.Next blog is going to be long so be prepared for it with a cuppa coffee and fresh mind.