An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# robolaunch UI




node


release


language


build


## 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

![Robolaunch UI](./docs/assets/visualization.png)
_Visualization_

![Robolaunch UI](./docs/assets/dev-suite.png)
_Development-Suite_

![Robolaunch UI](./docs/assets/ci-dashboard.png)
_Instance-Dashboard_

![Robolaunch UI](./docs/assets/remote-desktop.png)
_Remote-Desktop_

![Robolaunch UI](./docs/assets/instance-dashboard.png)
_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.