-
Notifications
You must be signed in to change notification settings - Fork 3
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
Automatic arm stow and prep buttons #13
Comments
Look into See if sending multiple joints (like when changing two camera angles during mode switches) can be used for setting arm poses. |
@kaviMD I'm working on this now, pinging in case you're thinking about this for the auto 90 degree rotation safeguards/fixes. |
I put in the buttons and they trigger an action that sends the three arm joints to a particular pose, which seemed to work well.
|
@kaviMD The need for a special stow configuration came up again today. We need it so the robot can start playing back recorded commands from a repeatable start state. I think you had put a home pose as a default in the pose library at some point and maybe I took it out while I was working on the local storage backend. If we add it back we can close this. |
I added a list of default poses to stretch_web_interface/src/pages/operator/ts/poselibrary.cmp.ts Lines 30 to 44 in 8a6f3a8
Previously the default poses were stored in firebase, but that won't work with LocalStorage, so instead, they are hardcoded into a variable in that file (this should also be easier to edit). |
Add two buttons to the interface (appropriate location to be determined) to:
This issue is motivated in the problem description in Issue #11.
This issue depends on first addressing Issue #12.
The text was updated successfully, but these errors were encountered: