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
Some CMC-controlled commands (i.e. movl and movv) make sure that the resulting velocity (obtained via solver methods) does not exceed certain limits. For instance:
The text was updated successfully, but these errors were encountered:
PeterBowman
changed the title
Enforce acceleration/torque/current limits on force-related commands
Enforce acceleration/torque/current limits in torque-controlled commands
Jul 19, 2018
I wonder if the benefits of enforcing such a constraint are worth the effort to develop the full backend. Low accelerations/torques/currents values may still produce significant velocities.
Some CMC-controlled commands (i.e.
movl
andmovv
) make sure that the resulting velocity (obtained via solver methods) does not exceed certain limits. For instance:kinematics-dynamics/libraries/YarpPlugins/BasicCartesianControl/RateThreadImpl.cpp
Lines 187 to 195 in c187abd
Is it feasible to limit the resulting torque in the
gcmp
andforc
commands? How to obtain that in the first place? See roboticslab-uc3m/yarp-devices#187 (comment).The text was updated successfully, but these errors were encountered: