Real-Time and Adaptive Multisensor Fusion Localization Framework with Degradation Detection in GNSS-Denied Environments
The code is being continuously updated.
Robust and accurate localization is a fundamental technology for the safe and efficient operation of intelligent vehicles and advanced driver-assistance systems. However, in complex and large-scale environments, conventional vehicle localization methods often suffer from heavy dependence on the global navigation satellite system (GNSS), low accuracy, and poor robustness in challenging environments, such as sensor degradation or highway scenarios.
- Ubuntu 20.04
- ROS-Noetic
PCL >= 1.10.0, Follow PCL Installation.
Eigen >= 3.3.7, Follow Eigen Installation.
Clone the repository and catkin_make:
cd ~/catkin_ws/src
git clone https://github.com/NEU-REAL/AMF-Localization
cd ../
catkin_make
source ~/catkin_ws/devel/setup.bash
Please note that you should edit the config/xxx.yaml to adapt your private dataset.
roslaunch amf_localization localization_dataset.launch
rosbag play YOUR_DATASET.bag --clock
Thanks for FAST-LIO2 and LIVW-Localization.