Skip to content

Commit

Permalink
Add troubleshooting step for levels not rendering (#1006)
Browse files Browse the repository at this point in the history
* Add troubleshooting step for levels not rendering

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>

* Fix plural

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>

---------

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Sep 3, 2024
1 parent c8e0e14 commit ed4516b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit ed4516b

Please sign in to comment.