Skip to content

Karma-Revolution/yarp

 
 

Repository files navigation

__  __ ___     ____   ____ 
\ \/ //   |   / __ \ / __ \
 \  // /| |  / /_/ // /_/ /
 / // ___ | / _, _// ____/
/_//_/  |_|/_/ |_|/_/        Yet Another Robot Platform

YARP

YARP Homepage ![Latest Release](https://img.shields.io/github/tag/robotology/yarp.svg?label=Latest Release)

YARP is a library and toolkit for communication and device interfaces, used on everything from humanoids to embedded devices.

Installation

See full instructions at http://wiki.icub.org/yarpdoc/install.html

On OSX:

brew install yarp

On Linux:

sudo apt-get install cmake libace-dev
git clone https://github.com/robotology/yarp
cd yarp && mkdir build && cd build && cmake .. && make
sudo make install  # Optional

On Windows:

Regular YARP builds use the ACE library. On Linux and OSX, YARP can be compiled without ACE by adding "-DSKIP_ACE=TRUE" when running cmake.

Tutorials

There's a comprehensive list of tutorials here:

License

Material included in YARP is Copyright of Istituto Italiano di Tecnologia and RobotCub Consortium. YARP is released under the terms of the LGPL v2.1 or later. See the file COPYING for details.

Certain optional parts of YARP have dependencies that have more requirements than the LGPL:

  • libYARP_math uses the GNU Scientific Library, under the GPL.
  • devices urbtc, vfw, dimax_u2c have components that are under the GPL.

Status

![Build Status (Linux/OSX)](https://img.shields.io/travis/robotology/yarp/master.svg?label=Build Status (Linux/OSX)) ![Build status (Windows)](https://img.shields.io/appveyor/ci/paulfitz/yarp/master.svg?label=Build Status (Windows)) and more

Coverage Status

Issues

About

YARP - Yet Another Robot Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.5%
  • C 6.1%
  • CMake 4.9%
  • Shell 1.6%
  • MATLAB 0.3%
  • QML 0.3%
  • Other 1.3%