Releases: leiverkus/signa
Releases · leiverkus/signa
Release list
v1.7.0
Full Changelog: v1.6.2...v1.7.0
v1.6.2
v1.6.1
v1.6.0
v1.5.0
v1.4.1
v1.4.0
First release under the Signa name (rebrand from Find-GCP).
Changed
- Rebranded the plugin from Find-GCP to Signa. Internal
FindGCP*symbols renamed toSigna*; the installable archive is nowsigna-<version>.zip. The ArUco detection logic is still ported from Find-GCP (gcp_find.py).
Added
CITATION.cff(Citation File Format 1.2.0) for machine-readable software citation — enables GitHub's "Cite this repository" and a correct Zenodo archival record. References the Find-GCP paper (Siki & Takács 2021) and the Find-GCP tool.
Install
Download signa-1.4.0.zip below and load it in WebODM via Administration → Plugins → Load Plugin (.zip). Requires WebODM ≥ 2.9.5.
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Added
- Print-ready ArUco marker sheets from the settings page. A new "Print ArUco markers" form on Find-GCP Settings generates a PDF, one marker per page: any supported dictionary (pre-selected from your saved default), a capacity-checked id range (max 100 pages), DIN page sizes A6–A2, a gray variant against burnt-in markers in strong sunlight, and an optional center aiming aid (red cross, cross with white halo, or dot with white ring) placed on the exact point Find-GCP reports as the GCP — so a total station / laser disto target measures the photogrammetric GCP with zero offset.
- Each page carries a small meta line (dictionary, printed size,
top ^) and a large, bold marker number readable from standing height with the sheet on the ground. - Every page is run through the ArUco detector before it is embedded (self-check), so an undetectable sheet can never be produced. The PDF is assembled by a minimal built-in writer — no new dependencies; labels use Pillow (already a WebODM dependency) to match the standalone generator, with an OpenCV/Hershey fallback.
Changed
build-plugin.shnow clears previously builtdist/findgcp-*.zipbefore packaging.
Install: Administration → Plugins → Load Plugin (.zip) → upload findgcp-1.3.0.zip, then restart the webapp (docker restart webapp) so all workers pick up the new code and catalog.
Full Changelog: v1.2.0...v1.3.0
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- CI: bump GitHub Actions off the deprecated Node 20 runtime by @leiverkus in #1
New Contributors
- @leiverkus made their first contribution in #1
Full Changelog: v1.1.2...v1.2.0