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
Right now, the osl.home() routine starts moving the joints right away. I think we should require a button press before this happens for safety. Same thing for the loadcell zeroing. If you don't know it is about to happen, you might not be ready for it.
The solution is pretty simple: input('\nPress enter to begin homing:')
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Right now, the
osl.home()
routine starts moving the joints right away. I think we should require a button press before this happens for safety. Same thing for the loadcell zeroing. If you don't know it is about to happen, you might not be ready for it.The solution is pretty simple:
input('\nPress enter to begin homing:')
The text was updated successfully, but these errors were encountered: