File: ecosystem.md

package info (click to toggle)
robotraconteur 1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: 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 (36 lines) | stat: -rw-r--r-- 2,146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Robot Raconteur Ecosystem {#ecosystem}

Robot Raconteur is utilized to design and build many devices, device drivers, utilities,
clients, controllers, applications, etc. These different use cases are all able
to communicate using the Robot Raconteur framework. They form an "ecosystem"
around Robot Raconteur. The Robot Raconteur project aims to develop this ecosystem
into a wide ranging set of interoperable software and devices.

## Standard Service Definitions {#stdrobdef}

The Robot Raconteur project has defined a number of standard service definitions that contain
numerous structure, pod, namedarray, and object types. These types cover a range of common
data types, and provide standardized interfaces to devices. These types should be used whenever
possible so that services will be interoperable. The standard service types are available in the
[robotraconteur_standard_robdef](https://github.com/robotraconteur/robotraconteur_standard_robdef)
GitHub repository.

## Robot Raconteur Companion Libraries {#companion}

The Robot Raconteur Companion libraries are provided to assist in using the standard service types, along with other generic utility functions. Currently, the companion libraries contain the standard service types, info file loaders, and general utility functions. The following libraries are available:

Python: [robotraconteur_companion_python](https://github.com/robotraconteur/robotraconteur_companion_python)

C++: [robotraconteur_companion](https://github.com/robotraconteur/robotraconteur_companion)

C#: [RobotRaconteurNET.Companion](https://github.com/robotraconteur/RobotRaconteurNET.Companion)

The Python companion library can also be installed using `pip install RobotRaconteurCompanion`

See [robotraconteur_camera_driver](https://github.com/robotraconteur-contrib/robotraconteur_camera_driver/blob/master/robotraconteur_camera_driver.py) for an example utilizing standard types and the companion

## Robot Raconteur Directory {#directory}

The Robot Raconteur project maintains a list of available drivers. The directory can be found here:

https://github.com/robotraconteur/robotraconteur-directory