Open Raj-Kiran127 opened 2 years ago
Hi Raj,
Your issue has been addressed via Tech Support,
See the quote below, _1) Giving position control(in matlab), when I try to increase the number of steps, motors slow down. How can I achieve a smooth motion for a given position control without slowing down the motors? (code - ToFro.m)
i.e)
2) Using simulink library for dynamixel motors available on matlab file exchange I achieved a smooth motion for 1 motor which finished in the given time but when I try to run all the motors at once, motion is not smooth and the end time is increasing.
3) How can I run the motors with real time using position control?
ISSUE TEMPLATE ver. 1.2.0
Please fill this template for more accurate and prompt support.
Which DYNAMIXEL SDK version do you use?
Which programming language/tool do you use?
Which operating system do you use?
Which USB serial converter do you use?
Which DYNAMIXEL do you use?
Have you searched the issue from the closed issue threads? Yes
Please describe the issue in detail I need to run 3 motors in real time. But as I increase the number of steps motors are taking more time and the motion is not smooth. So I used sync_write, it worked to some extent but am not getting smooth motion and also motors are not completing the motion in given time. How can I trouble shoot the issue please let me know. An add up question - Are there any libraries of sync_write or bulk_read for simulink ?
Thanks in advance.
How can we reproduce the issue? TrialWithSyncWrite.txt
This is the code am trying to run. Please bear with my improper coding style.