OAS is a fully open-source library of Voyage’s safety processes and testing procedures, designed to supplement existing safety programs at self-driving car startups across the world. We aim to make OAS a standard in the industry, driving us all to safer testing and operation of autonomous vehicles. When it comes to safety, we believe open is better, and as such we welcome contributions to make OAS better. The purpose of this project is not to benefit Voyage, but to elevate the field to a higher standard of safety.
Contributions are welcome!
Please make sure your version of Node.js is greater than 8.
OAS uses VuePress for site generation
cd ~
git clone https://github.com/voyage/open-autonomous-safety
yarn install
yarn dev
Any changes to production
will automatically be pushed to production (https://oas.voyage.auto) via Circle CI. This can be done by creating & merging a PR from master
-> production
.
The following environment vars are required for the deploy:
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
MIT