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
- Host: GitHub
- URL: https://github.com/jc-ll/simrob
- Owner: JC-LL
- Created: 2022-01-13T13:57:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T23:49:24.000Z (over 4 years ago)
- Last Synced: 2025-08-20T22:50:53.071Z (10 months ago)
- Language: Ruby
- Size: 5.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```