-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with control of Dynamixel AX-12A by using MatLab #34
Comments
It was problem with compiler, which I solved by installing Microsoft Visual Studio Professional 2013. On some reason I couldn't use Microsoft Visual Studio 2015. |
Hi Grigoriy You've tried in a correct way, that's so thankful. But I will make your computer be able to use with MS VS 2015 built file. |
I just uploaded modified source on the develop branch. |
Leon, thank you, but I will try your solution later. Do you know, it is possible to control in MatLab Dynamixel motor which is connected to computer by using Arduino? |
Hi If you are going to use your arduino board as a signal converter that makes TTL/RS485 signal, When you are going to use it as a Dynamixel controller, and it just gets the order from your Laptop, there is no Dynamixel Library that can be used with Arduino IDE, so you can't perhaps, Plus, I am now working on developing new Dynamixel Library for ArduinoIDE using my DynamixelSDK. So, if you are interested in, how about waiting nearly 2 weeks? or if you are in urgent, keep doing above. |
Thanks a lot! Sure, I can wait. |
Hi, I just finished to make the DynamixelSDK for OpenCR, which is a next version of OpenCM but can be used with ROS serial in ROS 2.0. Anyway, the OpenCR is also able to be used as Arduino Board but you can just think that this is kinda Arduino board specialized for Dynamixel. Send me e-mail to rwjung@robotis.com so that I can send you the file. I hope it can work well :) |
I plan to work with Dynamixel AX-12A, which is connected to computer (Win64) by USB2Dynamixel. I use information from Dynamixel SDK Manual (item 4.6) for adding libraries in MatLab R2014a (it's files for DynamixelSDK-3.4.1), but when I run file "read_write.m", I got error:
Also I tried to add library as it's written in ROBOTIS e-Manual v1.24.00, but I have simular error.
Could you help me, what should I do?
The text was updated successfully, but these errors were encountered: