You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before running the commands, make sure that rmf is sourced.
85
+
83
86
```bash
84
87
cd packages/dashboard
85
88
pnpm start
86
89
```
90
+
87
91
When presented with a login screen, use `user=admin password=admin`.
88
92
89
93
This launches a development server with the office world from `rmf_demos`. The server is useful for development but is obviously not useful for actual usage.
@@ -93,6 +97,7 @@ This launches a development server with the office world from `rmf_demos`. The s
93
97
See the [rmf-dashboard](packages/dashboard/README.md#configuration) docs.
94
98
95
99
## Troubleshooting
100
+
96
101
First thing to try is to build rmf from source, in order to speed up development, `rmf-web` may use in-development features of rmf. That means that the binary releases may not have the features required, sometimes the features `rmf-web` uses may be so new that not even the rolling releases has it.
97
102
98
103
Refer to [rmf_demos](https://github.com/open-rmf/rmf_demos) for instructions to build rmf. You should end up with a colcon workspace with all of rmf packages, remember to source the workspace before running any of the commands.
0 commit comments