Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-colorful

go test
go test -bench .
```