UniversalRobots / Universal_Robots_Client_Library

A C++ library for accessing the UR interfaces that facilitate the use of UR robotic manipulators by external applications.
Apache License 2.0
117 stars 86 forks source link

This PR improves the primary interface support in the client library #186

Open urmahp opened 11 months ago

urmahp commented 11 months ago

A big acknowledgement should be given to @fmauch and @urmarp as they have build the foundation for this PR in #26 and #137.

I have tried to address the most important issues with the primary interface as it is today based on the work from #26 and #137, but without including all the changes from the PRs. This means that I have added more feedback when you send script commands to the robot and we also report if there is an error in the script send to the robot. Furthermore information received over the primary interface is logged in the shell.

Unfortunately I haven't had the time to add tests for the changes and this should definitely be done before merging.

michaelaeriksen commented 6 months ago

Any update on this?

michaelaeriksen commented 6 months ago

Any plans to merge this into main?

urrsk commented 4 months ago

Thanks for asking. Yes, but as you see we still missing some test to cover this work before it is ready to be merge. @michaelaeriksen you are also welcome help making the unit tests.