File: Examples.rst

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 (17 lines) | stat: -rw-r--r-- 1,314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _examples:

========
Examples
========

The Robot Raconteur repository contains a number of examples. These examples are typically
available in multiple programming languages, including Python, C++, C\#, MATLAB, and LabView.
Some examples are also available in Java.

* `Reynard the Robot <https://github.com/robotraconteur/robotraconteur/tree/master/examples/reynard_the_robot>`_ - Simple cartoon robot with several examples of client and service interfaces.
* `Simple Webcam <https://github.com/robotraconteur/robotraconteur/tree/master/examples/simple_webcam>`_ - Simple webcam service and client.
* `iRobot Create <https://github.com/robotraconteur/robotraconteur/tree/master/examples/irobot_create>`_ - iRobot Create service and client.
* `Standard Devices <https://github.com/robotraconteur/robotraconteur/tree/master/examples/standard_devices>`_ - Examples of standard devices such as robot arms, grippers, and cameras.
* `Features <https://github.com/robotraconteur/robotraconteur/tree/master/examples/standard_devices>`_ - Examples of individual features of Robot Raconteur. These examples are used in this Getting Started guide

See the `examples/ <https://github.com/robotraconteur/robotraconteur/tree/master/examples>`_ directory in the Robot Raconteur repository for more examples not listed here.