This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Integrate magnetometer into localization node #873
Labels
area ➤ localization
Issues related to localization
level ➤ easy
Easy difficulty
New members 👍🏻
Issues that are meant for new members
type ➤ bug
Bugs to existing features that need to be fixed.
For some reason, the magnetometer is not integrated in our localization node, the
ekf_localization_node
. It is important to integrate the magnetometer measurements in order to ensure more accurate state estimation.A simple way to visualize the inaccuracies caused by the lack of magnetometer integration is by:
roslaunch igvc_gazebo ramp_lane.launch
roslaunch igvc_navigation localization.launch
/ground_truth
and/odometry/filtered
topics. The difference between the ground truth and the state estimation should be evident and look something like this:(green arrow is ground truth and red arrow is state estimation)
AC: Integrated magnetometer measurements in the
ekf_localization_node
.The text was updated successfully, but these errors were encountered: