All Projects → robotology → Yarp

robotology / Yarp

Licence: other
YARP - Yet Another Robot Platform

Projects that are alternatives of or similar to Yarp

Pybotics
The Python Toolbox for Robotics
Stars: ✭ 192 (-46.37%)
Mutual labels:  robotics, robot, research
Dreamerv2
Mastering Atari with Discrete World Models
Stars: ✭ 287 (-19.83%)
Mutual labels:  artificial-intelligence, robotics, research
Rex Gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Stars: ✭ 684 (+91.06%)
Mutual labels:  artificial-intelligence, robotics, robot
Openbot
OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones supports advanced robotics workloads such as person following and real-time autonomous navigation.
Stars: ✭ 2,025 (+465.64%)
Mutual labels:  robotics, robot, research
Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+424.02%)
Mutual labels:  artificial-intelligence, robotics, robot
erdos
Dataflow system for building self-driving car and robotics applications.
Stars: ✭ 135 (-62.29%)
Mutual labels:  robot, robotics
kinpy
Simple kinematics calculation toolkit for robotics
Stars: ✭ 48 (-86.59%)
Mutual labels:  robot, robotics
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (-4.47%)
Mutual labels:  artificial-intelligence, research
Free gait
An Architecture for the Versatile Control of Legged Robots
Stars: ✭ 263 (-26.54%)
Mutual labels:  robotics, robot
Atari Model Zoo
A binary release of trained deep reinforcement learning models trained in the Atari machine learning benchmark, and a software release that enables easy visualization and analysis of models, and comparison across training algorithms.
Stars: ✭ 198 (-44.69%)
Mutual labels:  artificial-intelligence, research
StuyLib
Award-Winning FRC Library by StuyPulse Team 694
Stars: ✭ 17 (-95.25%)
Mutual labels:  robot, robotics
Dreamer
Dream to Control: Learning Behaviors by Latent Imagination
Stars: ✭ 269 (-24.86%)
Mutual labels:  artificial-intelligence, robotics
ROS-TCP-Connector
No description or website provided.
Stars: ✭ 123 (-65.64%)
Mutual labels:  robot, robotics
l2r
Open-source reinforcement learning environment for autonomous racing.
Stars: ✭ 38 (-89.39%)
Mutual labels:  research, robotics
RAWSim-O
A simulation framework for Robotic Mobile Fulfillment Systems
Stars: ✭ 82 (-77.09%)
Mutual labels:  research, robotics
erwhi-hedgehog
Erwhi Hedgehog main repository
Stars: ✭ 31 (-91.34%)
Mutual labels:  robot, robotics
CLF reactive planning system
This package provides a CLF-based reactive planning system, described in paper: Efficient Anytime CLF Reactive Planning System for a Bipedal Robot on Undulating Terrain. The reactive planning system consists of a 5-Hz planning thread to guide a robot to a distant goal and a 300-Hz Control-Lyapunov-Function-based (CLF-based) reactive thread to co…
Stars: ✭ 21 (-94.13%)
Mutual labels:  robot, robotics
Eiskaltdcpp
File sharing program using DC and ADC protocols
Stars: ✭ 277 (-22.63%)
Mutual labels:  communication, network
Ecal
eCAL - enhanced Communication Abstraction Layer
Stars: ✭ 292 (-18.44%)
Mutual labels:  middleware, ipc
Always Learning
404 Not Found的知识库:计算机理论基础、计算机技术基础、底层研究、安全技术、安全研究、人工智能、企业安全建设、安全发展、职业规划、综合素质、国内外优秀技术人
Stars: ✭ 329 (-8.1%)
Mutual labels:  artificial-intelligence, research

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

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 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].