Camera ctags fix and test (#18859)

Removed duplicated cameras with ctags, mainly from the old aurora map.
Added a scanner for camera ctags uniqueness in the CI.
This commit is contained in:
Fluffy
2024-04-08 08:28:27 +00:00
committed by GitHub
parent 539e2fb01f
commit 45b4960061
11 changed files with 104 additions and 252 deletions
+4
View File
@@ -299,6 +299,10 @@ jobs:
tools/bootstrap/python -m mapmerge2.dmm_test
tools/bootstrap/python -m tools.maplint.source
- name: Scan DMMs
run: |
tools/bootstrap/python -m dmm_scanner.scan_camera_ctags
###########################################
############## GENERIC TESTS ##############
###########################################