-
Notifications
You must be signed in to change notification settings - Fork 7
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
Pass shared handle from AmorControlboard to AmorCartesianControl #181
Comments
Note to self, the scope of this issue might go beyond simple testing. |
Device initialization fixed at 2a7459a. We control this with the
Note that AToW we need to disable the FK stream port due to persistent timeouts ( |
Done, see linked commits. I did not test this. Some C++17 magic was used to avoid excessive code bloat due to mutex locking blocks. |
Split from #150:
The pointer is already passed on in this way:
yarp-devices/libraries/YarpPlugins/AmorControlboard/DeviceDriverImpl.cpp
Lines 82 to 91 in bedcf3d
Here is the remote part. I recall not being able to start the cartesian controller successfully. Testing required.
The text was updated successfully, but these errors were encountered: