-
Notifications
You must be signed in to change notification settings - Fork 196
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
ControlBoardWrapper2 cleanup and small improvment #988
Conversation
@@ -31,7 +31,7 @@ class YARP_dev_API yarp::dev::ImplementTorqueControl: public ITorqueControl | |||
double *temp; | |||
double *temp2; | |||
int *temp_int; | |||
yarp::dev::Pid *fake; | |||
// yarp::dev::Pid *fake; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for just delete it, if we ever need this git remembers .
Test passed, can I merge this PR? |
@barbalberto Did you see the comment in #988 (comment) (not really important, we can merge anyway, but it would be nice to get rid of the useless comment)? |
ok, done it. Any other things? |
Ok for me! |
removed unused variable
propagate device name to ControlBoardWrapper2 subdevices to have more meaningful error messages