Skip to content

SteveNguyen/pypot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPot: A library for Dynamixel motors control

PyPot is a framework developed in the inria FLOWERS team to make it easy and fast to control custom robots based on dynamixel motors. This framework provides different levels of abstraction corresponding to different types of use. More precisely, you can use PyPot to:

  • directly control robotis motors through a USB2serial device,
  • define the structure of your particular robot and control it through high-level commands,
  • define primitives and easily combine them to create complex behavior.

PyPot has been entirely written in Python to allow for fast development, easy deployment and quick scripting by non-necessary expert developers. It can also benefits from the scientific and machine learning libraries existing in Python. The serial communication is handled through the standard library and thus allows for rather high performance (10ms sensorimotor loop). It is crossed-platform and has been tested on Linux, Windows and Mac OS.

The Poppy-project: open source

PyPot is part of the Poppy project aiming at releasing an integrated humanoid platform under an open source license GPL V3. Poppy is a kid-size humanoid robot designed for biped locomotion and physical human-robot interaction. It is based on a combination of standard dynamixel actuators, 3D printed parts and open-source electronics such as Arduino boards. Both the hardware (3D models, electronics...) and software can be freely used, modified and duplicated.

Do not hesitate to contact us if you want to get involved!

Documentation

The full PyPot documentation on a html format can be found here. It provides tutorials, examples and a complete API.

Installation

Before you start building PyPot, you need to make sure that the following packages are already installed on your computer:

Once it is done, you can build and install PyPot with the classical:

cd PyPot
python setup.py install

You will also have to install the driver for the USB2serial port. There are two devices that have been tested with PyPot that could be used:

  • USB2AX - this device is designed to manage TTL communication only
  • USB2Dynamixel - this device can manage both TTL and RS485 communication.

For more details on the installation procedure, please refer to the installation section of the documentation.

About

Python library for controlling dynamixel motors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%