-
Notifications
You must be signed in to change notification settings - Fork 55
Ankle only FSM controller #434
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
Conversation
@matteo-crotti I'd suggest using your log within a context manager as well. That way the close method is always called |
Done. Let me know if it's ok. |
osl.ankle.set_impedance_gains() | ||
|
||
for t in clock: | ||
with fsm_logger: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would modify this to one line with the next with block
Looks good to me. Has this been tested on hardware to make sure all the gains set work well? Also some checks are still failing. |
Tested the ankle only FSM (may require some subject specific tuning) but overall it is good and ready to merge. |
Hi, I added a Python controller for the OSL ankle implementing an FSM impedance control.