Replies: 1 comment 3 replies
-
mpExRcsIncrementMove is supposed to be called at the rate of the robot's interpolation-clock. Generally, this is 4ms. The exact period can be obtained at runtime with GP_getInterpolationPeriod. For each call of the IncrementMove function, you are commanding the amount of pulse counts (encoder increments) that each joint should move in that 4 ms window. So if you want to command a high speed, then you would provide larger increments. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i wonder to know when a increment value has been excuted completely and how to control the servo speed when using mpExRcsIncrementMove API. Because i have modified the motoman_driver to execute offline dense trajectory points other than online interplotaion by cubic polynomials algrithm. But I don't understand the mechanism of increment move. Can anyone help? Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions