Name | Modified | Size | Downloads / Week |
---|---|---|---|
linux | 2017-02-08 | ||
windows | 2017-01-17 | ||
translations | 2016-10-28 | ||
rcml book | 2016-01-26 | ||
Readme.md | 2016-01-26 | 1.6 kB | |
Totals: 5 Items | 1.6 kB | 12 |
Welcome to the project "Robot Control Meta Language" (RCML)
RCML in brief
RCML is a programming language for tasks of robots co-operation.
Features
- RCML programs are independent of robots;
- RCML allows describe a simultaneous execution of several tasks by a group of robots in programm;
- RCML allows to switch a single robot between several tasks;
- You can dynamically redistribute tasks between robots by RCML;
- RCML software has API for connection RCML with other software.
The directory structure "windows"/"linux"
The directory includes executables files to run on a platform windows/linux x86/x64.
RCML contains two archive files regardless of platform:
- "rcml_build" contains the executable files compilers and interpreters RCML.
- "rcml_modules_build" contains modules, that extend capabilities of RCML.
We recommend use RCML files, that has postfix like 1.0.5, 1.0.6 or highter. It is stable versions of RCML.
RCML files with "_develop" postfix contains the latest develop release of RCML, that may be unstable.
Directory "translations"
It contains localizations of RCML.
Directory "rcml book"
It contains digital version of RCML book.
Have questions?
Visit our website http://robotct.com.
Look in the manual of RCML
Ask your question on discussion board.
Finded bug? Create ticket.