Skip to content
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

add a test to check the duration of various yarp methods #17

Open
randaz81 opened this issue Nov 2, 2015 · 2 comments
Open

add a test to check the duration of various yarp methods #17

randaz81 opened this issue Nov 2, 2015 · 2 comments

Comments

@randaz81
Copy link
Member

randaz81 commented Nov 2, 2015

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)

@traversaro
Copy link
Member

@randaz81 great minds think alike : #2 (comment) :D

@lornat75
Copy link
Member

lornat75 commented Nov 3, 2015

+1

Any reasons why you want to implement them separately?

BTW: robotology/icub-main#234 seems to be a glitch and it should not happen independently of the duration of setControlMode().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants