This is an unofficial implementaion of the paper "Multi-Radar Inertial Odometry for 3D State Estimation using mmWave Imaging Radar" tested with two 4d automotive radars.
- ROS (tested with melodic)
- gtsam
- Ceres solver
- PCL
cd ~/catkin_ws/src
git clone git@github.com:jerry8137/multi-radar-inertial-odometry.git
cd ..
catkin_make
source devel/setup.bash
roslaunch radar_odometry radar_odometry_offline_test.launch
- The implementation of radar_odometry is modified from LIO-SAM.