You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As similarly done in RAPID, make movj and movl (and movc? 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:
generate isochronous joint trajectories with the specified nominal velocity (movj)
forbid dangerous trajectories that exceed the software velocity limit (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:
Blocked by #157. We want to drop the time configuration parameter and generate movl/movc trajectories using the velocity argument provided via API call.
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.
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: