Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergestinckwich/playerst
Player/Stage robot simulation client for Smalltalk
https://github.com/sergestinckwich/playerst
pharo player robotics smalltalk stage
Last synced: 12 days 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T16:15:05.000Z (almost 8 years ago)
- Last Synced: 2024-10-09T13:25:20.814Z (30 days ago)
- Topics: pharo, player, robotics, smalltalk, stage
- Language: Smalltalk
- Homepage:
- Size: 155 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlayerST
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/SergeStinckwich/PlayerST/master/LICENSE)
[![Build Status](https://secure.travis-ci.org/SergeStinckwich/PlayerST.png)](http://travis-ci.org/SergeStinckwich/PlayerST)
[![Build status](https://ci.appveyor.com/api/projects/status/92ul7arm10yt6n77?svg=true)](https://ci.appveyor.com/project/SergeStinckwich/playerst)
[![Coverage Status](https://coveralls.io/repos/github/SergeStinckwich/PlayerST/badge.svg)](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
```