YARP
From Wiki for RobotCub and Friends
YARP is an open-source framework that supports distributed computation with an eye at robot control and efficiency. The starting point for YARP documentation is here:
This page contains a collection of frequently asked questions.
Contents |
OS support FAQ
Linux and Windows are fully supported in the official YARP documentation. For Macs, we do our best with community support.
Language support FAQ
YARP is used in many languages: Python, Java, Tcl, Lisp, Ruby, ... via SWIG bindings. The YARP network protocol is also sufficiently simple to use without the YARP library, see the "YARP without YARP" tutorial in the official documentation. Here we collect notes on specific languages by community members.
Compiler support FAQ
YARP uses CMake and therefore can be compiled with just about any compiler/IDE. Here are some notes on specific compiler or CMake issues.
Device FAQ
- Play Sound in YARP
- Grabbing sound with PortAudio
- Modifying a YARP Driver
- YARP Motor Control
- Compiling new YARP Devices
- Using Video4Linux in YARP
Install FAQ
- Getting YARPed - more complete installation tips.
- YARP Installation Troubleshooting Tips
- GTKMM
- Compiling libYARP_math
- ACE4YARP
Comparison and Interoperation FAQ
Howto FAQ
(much of this is in the official documentation now)
- YARP Tutorial
- YARP Port Namespaces
- Configuring a local network for UDP/MCAST
- Using Timestamps in YARP
- The Property class in YARP
Performance and future FAQ
Mailing list FAQ
- YARP developers hang out on robotcub-hackers and are very willing to answer questions.

