-
Notifications
You must be signed in to change notification settings - Fork 1
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
Move FakeControlboard to yarp-devices #54
Comments
Given that it doesn't even depend on ColorDebug, maybe we could clean it up a bit and try a PR at YARP? |
PS: Oh, wait! It does depend on ColorDebug, see here. |
My bad: 4dfa391 :(. We can revert it, though.
For reference: http://yarp.it/classyarp_1_1dev_1_1TestMotor.html. |
Little intrusion: there is also https://github.com/robotology/yarp/tree/master/src/devices/fakeMotionControl , even if sadly is not greatly documented/visible as most of devices in YARP. |
Thanks! I tweaked our unit test at kinematics-dynamics to use fakeMotionControl (in here, passing a compulsory |
@traversaro Thanks for the reference! |
We observed that |
No longer blocked! |
Thank you so much!! |
The FakeControlBoard device actually belongs to roboticslab-uc3m/yarp-devices. We only needed this here because of teoSim:
openrave-yarp-plugins/programs/teoSim/ControlboardContainer.cpp
Line 66 in 44296ec
...which is about to die as a result of #27.
When completed, remember to update unit tests at kinematics-dynamics (.travis.yaml + doc/kinematics-dynamics-install.md).
This issue is preceded by 8b4a803 (code & style review, minor refactorization of FCB).
The text was updated successfully, but these errors were encountered: