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

https://github.com/jc-ll/simrob

Simple "Robot" simulator
https://github.com/jc-ll/simrob

Last synced: 9 months ago
JSON representation

Simple "Robot" simulator

Awesome Lists containing this project

README

          

# simrob
Simple "Robot" simulator

The prototype is built upon *Graphics*, a gem made for simple animations.

```
gem install graphics
```

Some dependencies may require to install very well supported librairies on Linux (SDL ,etc).

To run the simulator parameterized with a dummy *scenario* (plain Ruby hash) type :

```
./bin/simrob -s tests/scenario_0.sno
```
Each Robot has an attached VM/ISS/Processor that can be booted with :

```
./bin/simrob -s tests/scenario_0.sno --boot_vms
```