Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/durhamacademy/cgbot-opr

CGBot OPR Code
https://github.com/durhamacademy/cgbot-opr

Last synced: about 2 months ago
JSON representation

CGBot OPR Code

Awesome Lists containing this project

README

        

# OPR Robot Code

## Routes
Create a routes.json file in the project root structured as follows:
```
{
"coordinates": [
{
"label": "location_1",
"coordinates": "35.977314,-78.9716257",
"final_heading": 350,
"duration": 600
},
{
"label": "location_2",
"coordinates": "35.977974,-78.9715264",
"final_heading": 90,
"duration": 600
},
{
"label": "location_3",
"coordinates": "35.9784304,-78.9696398",
"final_heading": 270,
"duration": 600
}
]
}
```