jdrew1303 / ros_duckie

An educational self driving car with ROS based on the Duckiebot
1 stars 0 forks source link

Add IMU for navigation, odometry and calibration #34

Open jdrew1303 opened 4 years ago

jdrew1303 commented 4 years ago

IMUs or inertial measurement units are parts that sense the inertial forces on a robot. They vary depending on sensor, but may commonly include linear and rotational acceleration. They may sometimes include magnetometer to give global compass facing dir. Frequently temperature is available from these as it affects sensitivity of the IMU.

MPU6050

image

This is a cheap, small, and moderately precise IMU (around €4-5).

Documents

jdrew1303 commented 4 years ago

Added pins needed for i2c to DuckieTown raspberry pi hat.

IMG_8387

jdrew1303 commented 4 years ago

IMU hooked up to the board: IMG_8384