From dcf9d25ce55ebd7fe766d536b2bb7b74a86ebf8b Mon Sep 17 00:00:00 2001 From: Samuel Leong Chee Weng Date: Thu, 5 May 2022 01:02:11 -0400 Subject: [PATCH] Add credits/names --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4170cfe..d273ec1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # RAW-ROAM: Really Adverse Weather-Radar Odometry and Mapping (Python reimplementation of RadarSLAM) A Python reimplementation of odometry and mapping component of RadarSLAM by Hong et al. [1,2]. + Done for CMU 16-833 Course: Localization and Mapping, by Samuel Leong, Kevin Liu, Brian Zhang and Alex Chen. Final Paper: [**RAW-ROAM: An Open-Source Implementation of Adverse Weather RadarSLAM**](https://github.com/Samleo8/RadarSLAMPy/blob/master/raw-roam.pdf)