Skip to content

robotology/yarp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9c4888 · Feb 28, 2025
Aug 26, 2024
Feb 27, 2025
Aug 3, 2021
Jul 12, 2021
Feb 24, 2025
Feb 17, 2025
Jun 22, 2023
Feb 28, 2025
Apr 12, 2024
Nov 22, 2024
Aug 26, 2024
Jul 27, 2022
Aug 26, 2024
Feb 27, 2025
Feb 20, 2025
Jul 30, 2020
Jan 14, 2022
Nov 20, 2020
Mar 9, 2021
Jul 12, 2021
Jul 12, 2021
Feb 23, 2025
Feb 28, 2025
Jan 23, 2025

Repository files navigation

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

Officially supported systems:

The following systems are officially supported and tested by github CI.

  • Ubuntu 22.04 - clang 17
  • Ubuntu 22.04 - gcc 11.4.0
  • Windows 10.0.17763 - VS 16.11.2.50704
  • Windows 10.0.20348 - VS 17.8.34309.116
  • macOS 12.6.9 - clang 14.0.3
  • macOS 13.6 - clang 14.0.3

Installation

See full instructions at https://www.yarp.it/latest/yarp_installation.html

  • On Linux:
sudo apt-get install cmake libace-dev
wget -nv https://github.com/robotology/ycm/releases/download/v0.15.3/ycm-cmake-modules-0.15.3-all.deb
sudo dpkg -i ycm-cmake-modules-0.15.3-all.deb
git clone https://github.com/robotology/yarp
cd yarp && mkdir build && cd build && cmake .. && make
sudo make install  # Optional

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 optional components are released under the terms of the LGPL-2.1 or later, GPL-2.0 or later, GPL-3.0 or later, or Apache-2.0 License. See the file COPYING and LICENSE files for details.

CI Status

Build Status

Stats

Github commits (since latest release) GitHub last commit

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

Slack

ZenHub

Shields.io

YARPino