Dynamixel Simulink Library

Version 1.0.0.0 (68,9 ko) par Jeihun Lee
Control Library for Dynamixel
911 téléchargements
Mise à jour 4 avr. 2017

Afficher la licence

REQUIREMENTS
-) A Dynamixel with DynamixelSDK 3.X(https://github.com/ROBOTIS-GIT/DynamixelSDK)
-) USB to RS485(http://support.robotis.com/en/product/auxdevice/interface/usb2dxl_manual.htm)
-) Dynamixel C Libarary and headers
-) MATLAB (2016b or later)
-----------------------------------------------------------------------------------------------

USAGE:

1. Initialize Dynamixel(s) @"example/init_release_script.m" :
>> Ts = 0.02;
>> myDxl = slDxl('COM4', 1000000);
>> myDxl.findDxls()
>> myDxl
>> myDxl.doEnableTorque(N);
>> myDxl.doEnableTorque(2);

2. Simulation/Algorithm @ @"example/slDxl_Ex.slx" :

3. Release Dynamixel(s) @"example/init_release_script.m" :
>> myDxl.doDisableTorque(1);
>> myDxl.doDisableTorque(2);
>> myDxl.delete()

------------------------------------------------------------------------------------------------
Finally, more detailed info about use and troubleshooting can be found in the readme.txt file contained in this submission.

Citation pour cette source

Jeihun Lee (2024). Dynamixel Simulink Library (https://www.mathworks.com/matlabcentral/fileexchange/61944-dynamixel-simulink-library), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2016b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur ROS Toolbox Supported Hardware dans Help Center et MATLAB Answers
Remerciements

Inspiré par : Sphero Connectivity Package

A inspiré : Dynamixel Library for MATLAB and Simulink

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0

remove the image of example block