Thank you for your interest in contributing!
This extension is designed for use within Omniverse Isaac Sim and can be loaded directly as a local extension. Contributions are welcome to improve features, fix bugs, or expand functionality.
- Clone this repository.
- Launch Isaac Sim 2023.1.1 and add the extension folder to the extension search path.
- Enable the extension via the Extension Manager.
- Use Visual Studio Code for development.
- Fork the repository and create a new branch.
- Make your changes with clear, concise commits.
- Test the extension in Isaac Sim.
- Open a pull request with a short description of your contribution.
- Follow PEP8 for Python code.
- Keep UI and logic components modular.
- Include docstrings and comments where necessary.
For bugs or feature requests, feel free to open an issue.