TLDR: These are a quick list of instructions to quickly install and run rmf_web on your local workstation.
- Ubuntu
22.04.4LTS - ROS 2
Humble
docker pull ghcr.io/open-rmf/rmf/rmf_demos:latestdocker tag ghcr.io/open-rmf/rmf/rmf_demos:latest rmf:latestdocker run -it \
--name rmf_web_c \
--net host \
--ipc host \
rmf:latest /bin/bashcd $HOME && git clone https://github.com/open-rmf/rmf-web.git --single-branch --branch main --depth 1cd ~/rmf-webcurl -fsSL https://get.pnpm.io/install.sh | bash -source ~/.bashrcpnpm env use --global 20sudo apt-get update && sudo apt-get install python3-venv -ypip install pipenvcd $HOME && git clone https://github.com/open-rmf/rmf-web.git --single-branch --branch main --depth 1cd rmf-web && pnpm installsource /opt/ros/humble/setup.bash cd ~/rmf-web/packages/dashboard && pnpm startA webpage should be opened at http://localhost:3000/ in your default browser with RMF Web Dashboard present.
RMF Web Dashboard
