-
Notifications
You must be signed in to change notification settings - Fork 178
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
position_control crashes #103
Comments
Hi :) Sorry for late comment. Thanks |
Hey, Thanks so much for your help, |
Hi :) Because of compatibility for different protocol, 'Controller' is used 'read4byte' function without 'torque_control' example. 'torque_control' example to show how to use 'sync read' function. Best regards |
Ok, it works fine :) |
Hello,
I want to control three Dynamixel servos (MX-106, MX-64, MX-28) using position_control.
But before controlling 3 servos, I wanted to test the code with one servo (MX-64).
Parameters: baud 115200, ID=4, firmware version 39 (protocol v1.0).
I compiled dynamixel-workbench from source and when I run the following launch file:
an error shows up
The console output does not give much info, so I compiled the source code in debug mode
catkin_make -DCMAKE_BUILD_TYPE=Debug
and ran in gdb. Output from gdb:
Do you know what causes this behaviour? How can I solve this problem? Thanks in advance,
Luke
The text was updated successfully, but these errors were encountered: