REPOSITORY
jbnu/global-localization Private
[참조 MVP] GIS 기반 전역 측위 A-SW — WGS84 좌표를 기준점 중심의 농경지 로컬 좌표계로 변환합니다.
https://git.agrithing.ai/jbnu/global-localization.git 6f0a9d5 feat: adopt cpp VPU SDV reference implementation
173c090 ci: add language-specific static and dynamic analysis
48fb69a docs: define component scope and interface contract
ebf3a8d ci: verify contract tests and evidence package
9f68bc8 feat: add executable reference MVP
ac3fd1d docs: define component scope and interface contract
2 items · main
·/ .asw/quality-profile.json
json · 935 B · 51e2b91 Download
{ "schemaVersion": "asw.quality-profile/v1", "repository": "jbnu/global-localization", "scope": "runtime-component", "language": "cpp", "runtime": "C++17", "executionTarget": "vpu", "buildSystem": "g++", "staticAnalysis": { "adapter": "g++-warning-policy", "command": "python tools/quality_scan.py static --output dist/quality/static-analysis.json", "reportFormat": "asw.quality-result/v1", "required": true, "thresholds": { "critical": 0, "high": 0, "warnings": 0 } }, "dynamicAnalysis": { "adapter": "g++-test-scenario", "command": "python tools/quality_scan.py dynamic --output dist/quality/dynamic-analysis.json", "reportFormat": "asw.quality-result/v1", "required": true, "thresholds": { "minimumPassRate": 1 } }, "evidence": [ "quality/static-analysis.json", "quality/dynamic-analysis.json", "quality/summary.json" ]}