-
Notifications
You must be signed in to change notification settings - Fork 14
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
Pass joint/cartesian velocity object to move commands #159
Comments
See #161. |
Blocked by #157. We want to drop the time configuration parameter and generate |
Done at 89020af, the software velocity limit will be fetched from the robot via .ini parameter (thus no need to compute instantaneous values). |
As similarly done in RAPID, make
movj
andmovl
(andmovc
? see #135) accept a velocity parameter. Generated trajectories should conform to these values when performing the movement.Implementation note: we added a configuration parameter (#121) that allows to set a velocity reference on runtime. This is used in a twofold manner:
movj
)movl
,movv
,twist
,pose
)This issue addresses the former, while roboticslab-uc3m/yarp-devices#188 will add low-level support for the latter. As a result, the maximum joint velocity (
cpjv
) parameter shall be removed.The text was updated successfully, but these errors were encountered: