From e2a069f31c39f197ab20559d2d128f9a1ba7d386 Mon Sep 17 00:00:00 2001 From: Samuel Leong Chee Weng Date: Thu, 5 May 2022 01:01:55 -0400 Subject: [PATCH] Added credits --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4cb71d..4170cfe 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]. +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)