Skip to content

s4hri/yarp-python-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YARP Tutorials (Python)

alt text

This repository contains open source software to start programming in YARP using Python.

YARP is an open source library designed for implementing robotics applications.

1. Basic Tutorials

In the following you can find some tutorials for Python developers to start using YARP with:

2. Common Patterns

In the following are implemented some example by using YARP for generical purpose, where communication are required between different actors:

3. Performance

At the end, some benchmarks have been implemented to test the performance

4. How to run the tutorials (GNU/Linux)

  • Requirements

    • make
    • Docker CE
  • How to run the tutorials The tutorials run inside a Docker container. To build and run the environment you can simply do:

    cd yarp-python-tutorials
    ./run.sh
    

    A terminator process will be executed inside the Docker container just built. You can then, execute the tutorials browsing them in the file system. For example to run the first tutorial you can type:

    cd ports
    bash run.sh