Skip to content

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

License

Notifications You must be signed in to change notification settings

JoaquinGimenez1/rosbridge-web-architecture-demo

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published