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

Missing functionality for different default arm configurations #67

Open
KavitShah1998 opened this issue Aug 23, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@KavitShah1998
Copy link
Contributor

For resetting the arm, right now each environment (that uses the arm) is storing the arm initial configuration differently and resetting it inside its own implementation of reset method.

While this is good, it blocks the dev from reusing such resets in cases where envs are not to be used (eg : while using BD APIs)

Thus is would make more sense to create default configurations (for stow, carry, ready, etc) for spot-sim2real and have a wrapper method responsible for achieving those arm configuration.

The envs can further utilize this wrapper method. This will prevent a lot of code duplication and would be cleaner in the long run.

@KavitShah1998 KavitShah1998 self-assigned this Aug 23, 2023
@KavitShah1998 KavitShah1998 added the enhancement New feature or request label Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant