-
Notifications
You must be signed in to change notification settings - Fork 505
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
added polymetis usage example #897
added polymetis usage example #897
Conversation
@laikhtewari Can you look into try to make this a colab notebook? See the ones defined in the examples folder for comparison. |
Agreed. We also have automation tools in place to automatically convert to a python script on commit which can be run locally and during CI testing. |
Agreed. Once it's in that state, we can also add your tutorial to our current set of tutorials: https://aihabitat.org/tutorial/ |
From Alex's comment over chat:
We can file an Issue for converting to Colab another time. Let's try to merge this soon. |
Added issue to convert notebook into colab: #910 |
* added polymetis usage example * change execution count to null * Moving notebook to examples folder * precommit to generate py script from colab * updated pre commit config * moved notebook outside of colabs
* added polymetis usage example * change execution count to null * Moving notebook to examples folder * precommit to generate py script from colab * updated pre commit config * moved notebook outside of colabs
Motivation and Context
A jupyter notebook demonstrating how to use habitat with a custom controller through polymetis was created.
T122948275
How Has This Been Tested
Running the Jupyter notebook with the correct environment setup shows a waving robot in a specified scene (franka arm in an apartment with defaults)
Note that the following were added to the polymetis conda environment:
- opencv=4.5.1
- jupyter
Types of changes
Checklist