-
Notifications
You must be signed in to change notification settings - Fork 87
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
Modbus Twist move type #179
Comments
Hi @TomSAVU, You cannot specify joint values and move the arm in angular position or velocity. What you can do instead is create some angular Actions with your angular positions/velocities and use modbus to call this Action usin its action_id Best, |
Thank you, Felix, |
Twist commands are equivalent to "cartesian velocity". For example, Twist command of [0;0;0.1;0;20;0] will move the arm in the Z axis at 0.1m/s and rotate the arm in the Y axis at 20deg/s |
OK, clear now. |
As of now, it is not planned to implement angular control for modbus. I will leave this issue open and, if we plan on implementing this one day, I will update it. |
Hi,
I am trying to use Modbus for obtaining a move similar to the angular moves in the Web app.
Is there any way to set an angular target or to specify the desired angular position for each joint?
Thanks!
The text was updated successfully, but these errors were encountered: