IMU & GPS#

GPS#

To filter the GPS data, we used the Extended Kalman Filter from the robot_localization ROS package.

IMU#

Initially, we planed to fuse the IMU data with the GPS data in order to obtain a more accurate car location. However, that didn’t work out, and we ended up using the IMU only for the car orientation, also passing that data through the extended kalman filter.