diff --git a/README.md b/README.md index 2d0c973..a63948e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ -# RadarSLAMPy +# RAW-ROAM: Really Adverse Weather-Radar Odometry and Mapping (Python reimplementation of RadarSLAM) -A Python reimplementation of odometry component of RadarSLAM using +A Python reimplementation of odometry and mapping component of RadarSLAM by Hong et al. [1,2]. + +## Results (Odometry) + +With Motion Compensation + +![With Motion Compensation](results/full_seq_1_withmotion.jpg) + +Without Motion Compensation: + +![Without Motion Compensation](results/full_seq_1_nomotion.jpg) + +## Relevant Papers -Relevant Papers: 1. [RadarSLAM (2021)](https://arxiv.org/abs/2104.05347) 2. [RadarSLAM (2020)](https://arxiv.org/abs/2005.02198) 3. [PhaRaO](https://ieeexplore.ieee.org/document/9197231) diff --git a/finalpaper.pdf b/finalpaper.pdf new file mode 100644 index 0000000..23db341 Binary files /dev/null and b/finalpaper.pdf differ