https://github.com/roberto/curiosity_rover
https://github.com/roberto/curiosity_rover
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/roberto/curiosity_rover
- Owner: roberto
- Created: 2012-11-01T12:42:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-06T18:22:32.000Z (over 13 years ago)
- Last Synced: 2025-01-10T18:40:18.833Z (over 1 year ago)
- Language: Ruby
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://codeclimate.com/github/roberto/curiosity_rover) [](http://travis-ci.org/roberto/curiosity_rover)
Sistema usado pela NASA para controlar o pirata curioso.
Para executar a simulação:
```
git clone git://github.com/roberto/curiosity_rover.git
cd curiosity_rover
./configure
make
```
Após isso, para rodar os testes:
```
bundle install
bundle exec rake
```
Utilize `bundle install --without mac` caso não esteja utilizando MacOSX.
Para cobertura de testes:
```
coverage=ON bundle exec rake
open coverage/index.html
```