Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roberto/curiosity_rover
https://github.com/roberto/curiosity_rover
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roberto/curiosity_rover
- Owner: roberto
- Created: 2012-11-01T12:42:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-06T18:22:32.000Z (about 12 years ago)
- Last Synced: 2023-04-12T15:11:51.137Z (over 1 year ago)
- Language: Ruby
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/roberto/curiosity_rover) [![Build Status](https://secure.travis-ci.org/roberto/curiosity_rover.png)](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
```