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
Passing the flag offline=True to the actuator classes doesn't work anymore. It raises an exception that the joint is not connected... which is kinda the point.
Code sample
knee = DephyActuator(tag="Knee", gear_ratio=9*83/18, offline=True)
with knee:
knee.home()
🐛 Bug Report
Passing the flag
offline=True
to the actuator classes doesn't work anymore. It raises an exception that the joint is not connected... which is kinda the point.Code sample
Environment
pi on NB image
The text was updated successfully, but these errors were encountered: