Skip to content
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

DynamixelSDK with Arbotix-M #30

Closed
cverginis opened this issue Aug 24, 2016 · 1 comment
Closed

DynamixelSDK with Arbotix-M #30

cverginis opened this issue Aug 24, 2016 · 1 comment
Assignees

Comments

@cverginis
Copy link

Hello,

I am using an ArbotiX-M controller to communicate with an MX-servos. Can I use the DynamixelSDK library to control the motors? I installed everything, however when I run the read_write.py example, I get the message "There is no status packet". (In the long-run, I would like to give torque commands to the motor - MX-68).
Thank you.

Best Regards,
Chris

@LeonJung
Copy link
Contributor

Hi, Mr. verginis.

To tell the conclusion at the first place, there's no solution that we have now to do it.

I guess, one way which can probably make it possible is what described below:
DynamixelSDK was developed for USB2Dynamixel or kind of customized devices which converts the signal from USART to TTL or RS485 interface. So, if you have or can make some kind of firmware on your device that can act as the signal converter, you may use it. I thought this since you ran python example code.

Or, if you want to use your board as a master device, putting your own arduino codes or stuffs, please refer core source of OpenCM IDE (support.robotis.com/en/ - Software Help - OpenCM IDE - Software Download), which is kind of Arduino IDE that can be used for ROBOTIS OpenCM. It has some codes for port control, packet control.

Plus, ROBOTIS is going to produce the OpenCR board, which is able to be used with ROS-embedded and arduino-compatibles. It will accompany firmware source and it would be fully opened through ROBOTIS-GIT, so you may refer it to make your own firmware, too.

@LeonJung LeonJung self-assigned this Aug 28, 2017
@LeonJung LeonJung mentioned this issue Aug 28, 2017
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants