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

migrate rmf_panel js component to a new repo #93

Merged
merged 3 commits into from
Sep 22, 2021

Conversation

youliangtan
Copy link
Member

Brief Description

This is to address #92.

After discussion, since the react source code is located within rmf_demos_panel static dir, it doesn't make sense to download the compiled version from the web. However, if we wish to compile the webpack locally, this will introduce a dependency to npm (and other node modules), which is HUGE by itself.

Thus a new repo is created to host the front end component of `rmf_demos_panel: open-rmf/rmf-panel-js#1

This in turn will simplify the setup process. All documentation are updated accordingly.

Run Rmf Demos

Similar steps to launch the demo world as before, instead of accessing the dashboard from a local GUI server (localhost:5000), now the user can straightaway access the link here: https://open-rmf.github.io/rmf-panel-js/ (which is hosted by github page)

Note that the simple-api-server that act as the interface between rmf_core and web is still located within rmf_demos_panel. port number is now configurable and change to 8083 to prevent conflict with the commonly used 8080

Signed-off-by: youliang <tan_you_liang@hotmail.com>
Signed-off-by: youliang <tan_you_liang@hotmail.com>
@marcoag
Copy link
Member

marcoag commented Sep 22, 2021

Great work! awesome stuff!

@youliangtan youliangtan merged commit 7097fb8 into main Sep 22, 2021
@youliangtan youliangtan deleted the fix/migrate-rmf-panel-js branch September 22, 2021 08:52
marcoag pushed a commit that referenced this pull request Sep 22, 2021
* migrate rmf_panel js component to a new repo

Signed-off-by: youliang <tan_you_liang@hotmail.com>

* lint

Signed-off-by: youliang <tan_you_liang@hotmail.com>

Co-authored-by: Marco A. Gutiérrez <marco@openrobotics.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants