Skip to content

Commit

Permalink
Create DISCLAIMER.md (#429)
Browse files Browse the repository at this point in the history
* create DISCLAIMER.md
  • Loading branch information
thias15 authored Jun 5, 2024
1 parent 1c647d7 commit 1fe9c5e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions DISCLAIMER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## DISCLAIMER

The OpenBot project is an open-source initiative aimed at providing accessible robotics solutions for educational, experimental, and recreational purposes. The following disclaimer outlines the terms and conditions of use for the OpenBot software and hardware designs.

### Software Disclaimer

- The OpenBot software is provided "as is" without any warranty of any kind, expressed or implied.
- The OpenBot project contributors and maintainers are not responsible for any damage or loss of data that may result from the use of the software.
- Users are responsible for ensuring that their use of the OpenBot software complies with all relevant laws and regulations.
- Misuse of the software for malicious or unethical purposes is strictly prohibited.

### Hardware Disclaimer

- The OpenBot hardware designs are provided for educational and experimental purposes and may not be suitable for all use cases.
- Users are responsible for ensuring that their implementation of the OpenBot hardware complies with safety standards and regulations applicable to their region.
- The OpenBot project contributors and maintainers are not liable for any injury, damage, or loss resulting from the construction, modification, or operation of robots based on the OpenBot hardware designs.
- Users are urged to exercise caution and prioritize safety when building and operating robots based on OpenBot.

### General Disclaimer

- The OpenBot project contributors and maintainers disclaim any liability for damages or losses incurred directly or indirectly from the use or misuse of the OpenBot software and hardware designs.
- Users are encouraged to use the OpenBot resources responsibly, ethically, and in compliance with all applicable laws and regulations.

By using the OpenBot software and hardware designs, you acknowledge that you have read, understood, and agreed to the terms of this disclaimer.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones supports advanced robotics workloads such as person following and real-time autonomous navigation.

## Get started with OpenBot

- Read the [Disclaimer](DISCLAIMER.md)
- Build your own [Robot Body](body/README.md)
- Flash the [Arduino Firmware](firmware/README.md)
- Install the [Android Apps](android/README.md)
Expand Down

0 comments on commit 1fe9c5e

Please sign in to comment.