You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this issue!
It's indeed due to recent API changes in pyluos.
The newest version is actually incompatible with the module version we used. I thus recommend to keep pyluos 1.2.* for the moment.
I've updated the setup.py file accordingly.
We'll update the pyluos version in our next release.
Reachy package cannot import pylous.modules. Likely because most recent version of pylous (1.4.1) renamed modules to containers.
To reproduce:
To fix:
Change line 8 in luos.py to:
from pyluos.containers import DynamixelMotor
The text was updated successfully, but these errors were encountered: