Skip to content

openroboticmetaverse/mvp-webapp

Repository files navigation

orom

🤖 open robotic metaverse mvp - robotics platform 🌐

Overview 🔍

This project serves as the MVP (Minimum Viable Product) 🚀 for a larger vision aimed at developing a robotic metaverse, that brings robotic projects in one place. Utilizing a combination of modern web technologies, this platform allows users to interact with robots through a web browser, fostering a unique and interactive environment.

Image

Key Features 🗝️

  • Interactive Robotic Control: Users can directly interact with robots in a virtual space. 🕹️
  • Real-Time Observation: Enables witnessing interactions between other users and robots. 👀
  • Cross-User Engagement: Supports multiple users interacting simultaneously within the metaverse. 👥

Technology Stack 🛠️

  • Frontend: Developed using Vue 3 and Vite, offering a responsive and efficient user interface. 🌟
  • Backend: Powered by Node.js, ensuring robust server-side operations and data management. 💪

Setup ⚙️

  1. Clone the Repo 📥
git clone https://github.com/openroboticmetaverse/mvp-webapp.git
cd mvp-webapp
  1. Docker Compose 🐳
docker compose up -d

Start the backend server 💻 (Disabled for now) Check ros2_tdsi_backend for ROS 2

Open a console in the container 🖥️

docker exec -it mvp_backend /bin/bash

In the container console:

npm i
npm run start

Start the frontend 🖼️

(In a new terminal)

Open a console in the container 🖥️

docker exec -it mvp_frontend /bin/bash

In the container console:

npm i
npm run dev

Enjoy 🎉🥳