File: README.md

package info (click to toggle)
robotraconteur 1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 101,380 kB
  • sloc: cpp: 1,149,268; cs: 87,653; java: 58,127; python: 26,897; ansic: 356; sh: 152; makefile: 90; xml: 51
file content (19 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# iRobot Create Robot Raconteur Examples

This directory contains examples of using the iRobot Create with Robot Raconteur. The serial port OI interface
is used to communicate with the Create. This example does not use standard service definitions, and is
not intended for practical use. See the
[Robot Raconteur Directory](https://github.com/robotraconteur/robotraconteur-directory) for a driver suitable
for practical use.

Examples are broken down by language:

- [robdef](robdef) - The Robot Raconteur definition files used by all languages.
- [Python](python) - Python examples
- [C++](cpp) - C++ examples
- [C#](cs) - C# examples
- [Java](java) - Java examples
- [Matlab](matlab) - Matlab examples
- [LabView](labview) - NI LabView examples

Instructions for atomically running the service on a Raspberry Pi are provided in the [C++ Service Readme](cpp/service/README.md).