Contributing to MuJoCo-LiDAR
March 19, 2026 ยท View on GitHub
Development Setup
# Clone repository
git clone https://github.com/TATP-233/MuJoCo-LiDAR.git
cd MuJoCo-LiDAR
# Install with dev dependencies
uv sync --extra dev
# Run tests
make test
# Run linter
make lint
Code Quality
- All code must pass
rufflinting - Tests must pass before merging
- Follow existing code style
Pull Request Process
- Create a feature branch
- Make your changes
- Run
make checklocally - Push and create PR
- Wait for CI to pass