https://github.com/robolaunch/ui
robolaunch is a Cloud-Native Robotics Platform that provides the end-to-end infrastructure, software stack and tools for developing, simulating, deploying and operating ROS/ROS 2 robots at scale.
https://github.com/robolaunch/ui
Last synced: 5 months ago
JSON representation
robolaunch is a Cloud-Native Robotics Platform that provides the end-to-end infrastructure, software stack and tools for developing, simulating, deploying and operating ROS/ROS 2 robots at scale.
- Host: GitHub
- URL: https://github.com/robolaunch/ui
- Owner: robolaunch
- License: apache-2.0
- Created: 2023-01-23T16:49:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:05:31.000Z (about 2 years ago)
- Last Synced: 2024-05-23T07:33:43.513Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://robolaunch.io
- Size: 45.4 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#
robolaunch UI
## Table of Contents
- [Overview](#overview)
- [Quick Start](#quick-start)
- [Contributing](#contributing)
## Overview
robolaunch is a Cloud-Native Robotics Platform that provides the end-to-end infrastructure, software stack and tools for developing, simulating, deploying and operating ROS/ROS 2 robots at scale.
## Screenshots

_Visualization_

_Development-Suite_

_Instance-Dashboard_

_Remote-Desktop_

_Instance-Dashboard_
## Quick Start
To use robolaunch-ui, you must first have Node.js installed on your computer. You can then follow the steps below:
### Step 1
Clone or download robolaunch-ui repository. You can start here;
```bash
git clone https://github.com/robolaunch/ui
```
### Step 2
Run this command to download the packages the project depends on.
```bash
npm install
```
### Step 3
Run the following command to start the project
```bash
npm start
```
## Contributing
Please see [this guide](./CONTRIBUTING.md) if you want to contribute.