Coder Social home page Coder Social logo

sudosurf / mixcell Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clebercoutof/mixcell

0.0 2.0 0.0 3.36 MB

Program used to configure Dynamixel protocol 1.0 servos on Linux

Home Page: http://mixcell.bitballoon.com/

Python 98.94% Shell 1.06%

mixcell's Introduction

Mixcell - The Dynamixel Configuration Tool for linux!

This program is used to identify dynamixels on your network and configure dynamixel parameters

mixcell

Features

  • NETWORK SEARCH - Search through the selected baudrates and IDs, identifying the connected servos parameters and models.
  • FACTORY RESET -Resets an specified servo to the factory config
  • PARAMETERS CONFIG -Configures the following parameters:
- ID
- Baudrate
- Torque Max
- Mode 	(Wheel/Joint/Multi Turn)
- CW angle limit / CCW angle limit
- P/I/D Gains
- Drive mode (Reverse/Slave)

Installation

Clone the repository

$ git clone https://github.com/clebercoutof/mixcell

Run the shell script to install the Dynamixel SDK, case there is an error follow the instructions in the prerequisites.

Go to the installation folder and run install.sh

$ cd mixcell/install/
$ ./install.sh

It's necessary to give your user permanent permissions do access the usb port, so

sudo usermod -a -G dialout $USER 

And restart your computer to add your user to the group.

To run mixcell, just open the terminal and type:

$ mixcell

Case you have a non-working mixcell version on your computer because of SDK problems, run the reinstall.sh file

$ cd mixcell/install/
$ ./reinstall.sh

Prerequisites

It's necessary to install the linux64 C library of Dynamixel SDK Version 3.5.4 and the PyQT4.

You can find the complete installation guide for the SDK here

Download the file and extract in the desired folder

$ cd ~/foo/DynamixelSDK-3.4.3/c/build/linux64
  • Build the library
$ make
  • Case there is an error
$ make clean
  • And
$ make
  • Install the library
$ sudo make install
  • Case there is an error
$ sudo make reinstall

In order to install PyQT4

$ apt-cache search pyqt
$ sudo apt-get install python-qt4

Code documentation

You can find the complete code documentation at http://mixcell.bitballoon.com

Built With

Authors

See also the list of contributors who participated in this project.

References

Acknowledgments

Thanks to Pedro Xavier for full time support and Henrique Poleselo for the documentation support.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.