https://github.com/robolaunch/demo-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/demo-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/demo-ui
- Owner: robolaunch
- License: apache-2.0
- Created: 2024-02-13T09:12:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T12:47:44.000Z (about 2 years ago)
- Last Synced: 2024-04-04T14:11:14.815Z (about 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#
robolaunch Project Template
[EDIT THIS: You can put badges to the README using [shields.io](https://shields.io/). Explain the repository's purpose shortly.]
robolaunch Template helps organization members to have a generic project template before opening a repository. [Use this repository as a template](https://github.com/robolaunch/template/generate) for the new [robolaunch Organization](https://github.com/robolaunch) repository and specialize it according to project's needs.
## Table of Contents
[EDIT THIS: Add your headers to table of contents.]
- [Overview](#overview)
- [Quick Start](#quick-start)
- [Aims & Roadmap](#aims--roadmap)
- [Contributing](#contributing)
## Overview
[EDIT THIS: Give more insight about the project. Provide a feature list.]
The aim of this project is to maintain a generic template for robolaunch projects. Members of robolaunch organization can fork this repository and start developing their projects following conventions such as:
- Following a code of conduct
- Having a contributing guide
- Having a style guide
- Applying Apache 2.0 license
- Having a README template
- Having issue & pull request templates
- Using worklows for testing & build
## Quick Start
[EDIT THIS: Explain how starters can try the project's functionality.]
After [using this project as template](https://github.com/robolaunch/template/generate), you can:
- Update generic fields at README, specialize it to the project
- Create first release to stage new features
- Add custom workflows for CI/CD
- Specialize issue & PR templates if needed
## Aims & Roadmap
[EDIT THIS: Add roadmap items for the project.]
- Extending the open source conventions
- Enforcing conventional commit messages
## Contributing
Please see [this guide](./CONTRIBUTING.md) if you want to contribute.