Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline mode is broken in actuators now. #266

Open
tkevinbest opened this issue Aug 28, 2024 · 0 comments
Open

Offline mode is broken in actuators now. #266

tkevinbest opened this issue Aug 28, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tkevinbest
Copy link
Member

🐛 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

![image](https://github.com/user-attachments/assets/e0ef9542-1ec4-466a-9db0-9a573566c43a)

@tkevinbest tkevinbest added the bug Something isn't working label Aug 28, 2024
@erouse erouse moved this to Projects in opensourceleg Aug 30, 2024
@erouse erouse self-assigned this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Projects
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants