Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New rmf-web screenshots and updated introduction and links #110

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/images/rmf-web-dashboard-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/rmf-web-dashboard-system-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/rmf-web-dashboard-tasks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/rmf-web-dashboard.png
Binary file not shown.
13 changes: 8 additions & 5 deletions src/rmf-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

## Introduction

Rmf web is the web application side of RMF. It provides the user with a configurable front end dashboard, along with back end infrastructures.
Open-RMF Web provides a comprehensive web application toolkit, with an API server, re-usable frontend components, as well as a customizable frontend dashboard.

For more information, please refer to the `rmf-web` repo.
For more information on setup and documentation, please refer to the `rmf-web` repo.

![rmf dashboard](images/rmf-web-dashboard.png)
![rmf dashboard map](images/rmf-web-dashboard-map.png)
![rmf dashboard system overview](images/rmf-web-dashboard-system-overview.png)
![rmf dashboard tasks](images/rmf-web-dashboard-tasks.png)

For users looking to set up a full deployment of Open-RMF with its core libraries, building infrastructure adapters, fleet adapters and Open-RMF web, please refer to the [Open-RMF deployment template](https://github.com/open-rmf/rmf_deployment_template).

# Related Repositories

- [rmf-web](https://github.com/open-rmf/rmf-web)
- [example deployment](https://github.com/open-rmf/rmf-web/tree/main/example-deployment)
- [rmf-cloud](https://github.com/open-rmf/rmf-cloud-tools)
- [Open-RMF deployment template](https://github.com/open-rmf/rmf_deployment_template)
Loading