neurobionics / opensourceleg

An open-source software library for numerical computation, data acquisition, and control of lower-limb robotic prostheses.
https://opensourceleg.org
GNU Lesser General Public License v2.1
32 stars 37 forks source link

Refactor compiled_controller.py to use pybind instead of ctl #290

Open shreyhas opened 2 weeks ago

shreyhas commented 2 weeks ago

🚀 Feature Request

Refactor compiled_controller.py to use pybind instead of numpy.ctypeslib

🔈 Motivation

Pybind allows for interfacing with more complex C++ constructs when compared to ctl.

🛰 Alternatives

📎 Additional context