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 yarp methods are time critical.
We would like to check, for example, that setControlMode() lasts no more than xxx milliseconds (see also issue robotology/icub-main#234).
We have to decide if this kind of tests should be implemented separately (create new tests) or integrated in the existing tests suits (e.g. add calls to yarp::os::Time:now() inside motor-tests, controlModes etc)
The text was updated successfully, but these errors were encountered:
Some yarp methods are time critical.
We would like to check, for example, that setControlMode() lasts no more than xxx milliseconds (see also issue robotology/icub-main#234).
We have to decide if this kind of tests should be implemented separately (create new tests) or integrated in the existing tests suits (e.g. add calls to
yarp::os::Time:now()
inside motor-tests, controlModes etc)The text was updated successfully, but these errors were encountered: