Dynamixel Simulink Library

버전 1.0.0.0 (68.9 KB) 작성자: Jeihun Lee
Control Library for Dynamixel
다운로드 수: 917
업데이트 날짜: 2017/4/4

라이선스 보기

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.

인용 양식

Jeihun Lee (2024). Dynamixel Simulink Library (https://www.mathworks.com/matlabcentral/fileexchange/61944-dynamixel-simulink-library), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 ROS Toolbox Supported Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

remove the image of example block