Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 336 Bytes

File metadata and controls

18 lines (12 loc) · 336 Bytes

RoverMaster Mission Controller

A self-hosted Single Page Application that enables control towards the robot.

Project Setup

# Install nodejs (>=20.0 recommended)

# Initialize packages
npm i

# Build the project
npm run frontend:build backend:build

# Run locally (data won't be updated without ROS2 counterpart)
node .