-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
🐛 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
knee = DephyActuator(tag="Knee", gear_ratio=9*83/18, offline=True)
with knee:
knee.home()
Environment
pi on NB image
### Screenshots

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
In progress