Skip to content

Download

John Wason edited this page Dec 1, 2020 · 7 revisions

Source Download

https://github.com/robotraconteur/robotraconteur/releases/download/v0.14.0/RobotRaconteur-0.14.0-Source.tar.gz

https://github.com/robotraconteur/robotraconteur/releases/download/v0.14.0/RobotRaconteur-0.14.0-Source.zip

Binary Installation

Windows

C++

vcpkg is used to install the Robot Raconteur C++ library. See https://github.com/microsoft/vcpkg for installation instructions.

To build Robot Raconteur, clone the vcpkg-robotraconteur overlay repo in the vcpkg directory:

git clone https://github.com/robotraconteur/vcpkg-robotraconteur.git

and build the library:

vcpkg --overlay-ports=vcpkg-robotraconteur\ports install robotraconteur

To build x64, use:

vcpkg --overlay-ports=vcpkg-robotraconteur\ports install robotraconteur:x64-windows

Python

The Python wrappers are distributed using PyPi.

pip install robotraconteur

C#

The C# library is available on NuGet. Search for "RobotRaconteurNET".

Java

The Java library is available on the releases page on github.

MATLAB

View robotraconteur on File Exchange

The MATLAB toolbox can be downloaded from the Matlab File Exchange. https://www.mathworks.com/matlabcentral/fileexchange/80509-robotraconteur Click "Download from GitHub" and save the file. Open the file with MATLAB to install the toolbox.

Ubuntu Xenial, Bionic, and Focal

A PPA is available for Robot Raconteur. https://launchpad.net/~robotraconteur/+archive/ubuntu/ppa

sudo add-apt-repository ppa:robotraconteur/ppa
sudo apt-get update

C++

sudo apt-get install robotraconteur-dev

Python

sudo apt-get install python-robotraconteur
sudo apt-get install python3-robotraconteur

C#

The C# library is available on NuGet. Search for "RobotRaconteurNET".

The Linux native library must be installed using apt:

sudo apt-get install librobotraconteur-net-native

Java

Java must be built from source

MATLAB

View robotraconteur on File Exchange

The MATLAB toolbox can be downloaded from the Matlab File Exchange. https://www.mathworks.com/matlabcentral/fileexchange/80509-robotraconteur Click "Download from GitHub" and save the file. Open the file with MATLAB to install the toolbox.

Mac OSX

C++

Use brew to install the Robot Raconteur C++ library.

brew install robotraconteur/robotraconteur/robotraconteur

Python

The Python wrappers are distributed using PyPi.

pip install robotraconteur

C#

The C# library must be built from source.

Java

The Java library is available to download from the github release.

MATLAB

View robotraconteur on File Exchange

The MATLAB toolbox can be downloaded from the Matlab File Exchange. https://www.mathworks.com/matlabcentral/fileexchange/80509-robotraconteur Click "Download from GitHub" and save the file. Open the file with MATLAB to install the toolbox.