From 28b2b559dffcd187caa3b70aa07d5a71b64129da Mon Sep 17 00:00:00 2001 From: Michael Wu Date: Sat, 5 Sep 2020 07:57:45 -0700 Subject: [PATCH 1/2] git ignore updated --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 243df1e..2b49df1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ data *__pycache__ .idea .vscode +site From 7a7568e3e16c626a4e066eebaa9b8fd7155e7228 Mon Sep 17 00:00:00 2001 From: zhenjiasun <42814391+zhenjiasun@users.noreply.github.com> Date: Thu, 10 Sep 2020 18:10:44 -0700 Subject: [PATCH 2/2] replace ROAR-Sim with ROAR-Decal --- docs/getting_started/quick_start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/quick_start.md b/docs/getting_started/quick_start.md index ff88ea0..078206d 100644 --- a/docs/getting_started/quick_start.md +++ b/docs/getting_started/quick_start.md @@ -36,7 +36,7 @@ 3. Download data - `./download_data.sh` 4. Check your file directory, it should be: - - `ROAR-Sim` + - `ROAR-Decal` - `data` - `easy_map_waypoints.txt` - `... other data files` @@ -62,7 +62,7 @@ 4. Download data - `./download_data.bat` 5. Check your file directory, it should be: - - `ROAR-Sim` + - `ROAR-Decal` - `data` - `easy_map_waypoints.txt` - `... other data files`