abb_librws
abb_librws copied to clipboard
Pybind11 Python Bindings
This PR combines #136 and #132, but uses pybind11
to wrap the library instead of Boost.Python
(as mentioned in the comments of #132). It also adds python packaging so that a user can install with a simple pip install .
command from the root directory of the project. Hope it's useful and happy to clean up further if you are interested in it!