Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.31 KB

Rosbridge Web Architecture Demo

Getting Started

This project is intended to be used as a demo for a proposed architecture when using a web client to connect to ROS.

Installation requirements

Install Instructions

cd /directory/to/rosbridge-web-architecture-demo
# Install frontend-web packages
cd frontend-web/
yarn

# Install backend-api packages
cd ../backend-api/
yarn

How to run it

cd /directory/to/rosbridge-web-architecture-demo

# Start project
yarn start # --build (if needed)

# Cleanup docker networks & images
yarn clean

At this point you can visit the UI using your browser http://localhost:3000

If you need to change ports in the frontend for whatever reason, you can do so by editing the docker-compose.yml file on line 55 to - "XXXX:3000"

Architecture

architecture-chart