Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jabrena/skymapper
A REST API developed to help robots on local navigation tasks
https://github.com/jabrena/skymapper
Last synced: 17 days ago
JSON representation
A REST API developed to help robots on local navigation tasks
- Host: GitHub
- URL: https://github.com/jabrena/skymapper
- Owner: jabrena
- License: mit
- Created: 2015-09-20T17:37:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T20:35:24.000Z (about 9 years ago)
- Last Synced: 2024-10-11T03:14:45.166Z (about 1 month ago)
- Language: JavaScript
- Size: 36.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skymapper
A REST API developed to help robots on local navigation tasks![ScreenShot](https://raw.githubusercontent.com/jabrena/skymapper/master/docs/webcamIdea.png)
Skymapper is a software developed for EV3 Brick which it has a ARM5 board.
To run the software execute the following statements:
``` go
go env
export GOPATH=`pwd`
go get .
go get github.com/blackjack/webcam
go get github.com/lucasb-eyer/go-colorfulgo test
go test -bench .
```