Contributing
Contributions are always appreciated!
Setup
Install Isaac Sim and Isaac IMI. Ensure that Isaac IMI is installed with additional test dependencies by running the install script with the --test flag.
./scripts/install.sh --test
Development
- Create a new branch
- Make your desired changes to Isaac IMI
- Ensure that your tests (and existing tests) pass
cd tests/ isaacimi test - If you made changes to the documentation, serve the docs locally and ensure it looks good at
http://localhost:8000cd docs/ ./serve.sh
Pushing
Push your changes to your branch and submit a pull request!