Skip to content

Python module for Robotis Dynamixel smart servo motors

Notifications You must be signed in to change notification settings

SRM-Team-Humanoid/pynamixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pynamixel

Pynamixel Python Library developed by SRM Team Humanoid for controlling ROBOTIS Dynamixel smart servos and ROBOTIS FSR Sensors.

Note: Requires Robotis Dynamixel-SDK c version 3.5.4 installed.

Refer to Official Robotis DynamixelSDK page here for installation instructions for DynamixelSDK

How to Install

Just execute run setup.py file to install the pynamixel module.

git clone https://github.com/SRM-Team-Humanoid/pynamixel.git
cd pynamixel
sudo python setup.py install

Using Pynamixel

Refer to the example python scripts provided in the examples directory.

Releases

No releases published

Packages

No packages published

Languages