https://github.com/sergestinckwich/playerst
Player/Stage robot simulation client for Smalltalk
https://github.com/sergestinckwich/playerst
pharo player robotics smalltalk stage
Last synced: over 1 year ago
JSON representation
Player/Stage robot simulation client for Smalltalk
- Host: GitHub
- URL: https://github.com/sergestinckwich/playerst
- Owner: SergeStinckwich
- License: mit
- Created: 2012-05-27T13:41:30.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T16:15:05.000Z (over 9 years ago)
- Last Synced: 2025-02-28T07:49:30.205Z (over 1 year ago)
- Topics: pharo, player, robotics, smalltalk, stage
- Language: Smalltalk
- Homepage:
- Size: 155 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlayerST
[](https://raw.githubusercontent.com/SergeStinckwich/PlayerST/master/LICENSE)
[](http://travis-ci.org/SergeStinckwich/PlayerST)
[](https://ci.appveyor.com/project/SergeStinckwich/playerst)
[](https://coveralls.io/github/SergeStinckwich/PlayerST)
PlayerST is a client library for the [Player/Stage](https://github.com/rtv/Stage) robotic device server. This library allows the use of Smalltalk as a client for Player.
PlayerST has been developed by Serge Stinckwich (UMMISCO) and IA department of Ecole des Mines de Douai. This software is available under the open-source MIT licence.
In order to run PlayerST, you need to install Player 2.1.2 and Stage 2.1.1 on your platform. More recent of Player/Stage might be work.
http://www.youtube.com/watch?v=6hhKzEf_jcw
## How to install PlayerST
```Smalltalk
Metacello new
baseline: 'PlayerST';
repository: 'github://SergeStinckwich/PlayerST';
load
```