From ed4516b33523c6cb9ab92d44b394d640e02a7ae9 Mon Sep 17 00:00:00 2001 From: Aaron Chong Date: Tue, 3 Sep 2024 18:41:17 +0800 Subject: [PATCH] Add troubleshooting step for levels not rendering (#1006) * Add troubleshooting step for levels not rendering Signed-off-by: Aaron Chong * Fix plural Signed-off-by: Aaron Chong --------- Signed-off-by: Aaron Chong --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a214d1a62..9e06d8589 100644 --- a/README.md +++ b/README.md @@ -172,4 +172,6 @@ pnpm run start - Creating tasks from the web dashboard when running a simulated Open-RMF deployment will require the task start time suit simulation time, which starts from unix millis 0. Try creating the same task with a start date of before the year of 1970. +- If floorplans for map levels are not loading, please check and verify that walls have been added to the levels in `.building.yaml` using `traffic-editor` or `rmf_site`. The dashboard uses the bounding box encompassing all wall vertices to create scene boundary for rendering, therefore if no wall vertices are present, the scene boundary becomes invalid and the floor fails to render. + - Check if the issue has already been [reported or fixed](https://github.com/open-rmf/rmf-web/issues).