Skip to content

claudiofantacci/yarp

 
 

YARP logo YARP

YARP homepage

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

Latest release Release date

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

Documentation

YARP documentation (master) YARP documentation (devel)

Installation

See full instructions at http://www.yarp.it/install.html

  • 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
brew install robotology/formulae/yarp

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

Tutorials

There's a comprehensive list of tutorials here:

License

License

Material included in YARP is Copyright of Istituto Italiano di Tecnologia (IIT), RobotCub Consortium and other contributors.

  • Most YARP components are released under the terms of the BSD-3-Clause.
  • Some components are released under the BSD-3-Clause, but use LGPL 3rd party libraries, therefore they have to be considered LGPL if these libraries are linked statically.
  • Some components are released under the terms of the LGPL license, version 2.1 or later.
  • A few optional parts of YARP are released under the terms of the GPL license, version 2 or later:
    • libYARP_math uses the GNU Scientific Library, under the GPL.
    • devices urbtc, vfw, dimax_u2c have components that are under the GPL.

See the file COPYING and LICENSE files for details.

CI Status

Build Status (Linux/macOS) (master branch) Build Status (Linux/macOS) (devel branch)

Build status (Windows) (master branch) Build status (Windows) (devel branch)

and more

Stats

Github commits (since latest release) GitHub last commit (master branch) GitHub last commit (devel branch)

GitHub commit activity the past week, 4 weeks, year GitHub contributors

GitHub closed issues GitHub issues

GitHub pull requests GitHub closed pull requests

GitHub top language GitHub language count

Development Powered by

GitHub

Travis

AppVeyor

Slack

ZenHub

Shields.io

YARPino

About

YARP - Yet Another Robot Platform

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Unknown
LICENSE.BSD
GPL-2.0
LICENSE.GPL-2

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.1%
  • CMake 6.4%
  • C 5.2%
  • Lex 0.8%
  • Shell 0.5%
  • JavaScript 0.4%
  • Other 1.6%