mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-19 11:07:16 +08:00
40b0df60e600d07484b8ef3d5fa2e67db7f88b80
57611dc0 make pyfibre work again git-subtree-dir: tools/odrive/pyfibre git-subtree-split: 57611dc088e0d0ed005468387223abab3f0b42b2
PyFibre
This directory provides Python bindings for Fibre. Its home is located here. There's also a standalone repository for this directory here.
Current Status
Currently only client-side features are implemented, that means you can discover objects but you cannot publish objects.
How to use
import fibre
with fibre.Domain("tcp-client:address=localhost,port=14220") as domain:
obj = domain.discover_one()
obj.test_function()
Languages
C++
32.6%
C
29.8%
Python
19.2%
JavaScript
10.8%
Vue
4%
Other
3.6%