Isaac Sim orthographic & occupancy map generator with GUI.
See docs/README.md for full documentation.
When releasing a new version, update all three of the following:
config/extension.toml— Update theversionfield under[package]docs/VERSION.md— Add a new section for the release with changelog- Git tag — Tag the merge commit on
mainand push it
# After merging the release PR to main:
git tag -a vX.Y.Z -m "vX.Y.Z: short description"
git push origin vX.Y.ZThe version string must match across extension.toml and the git tag (e.g. 0.4.0 and v0.4.0).