[apriltag] Fix field length in 2024 JSON (#6373)

Fixes #6371
This commit is contained in:
Tyler Veness
2024-02-15 10:42:03 -08:00
committed by GitHub
parent 6b6a55b72e
commit d4d0545dc1
2 changed files with 2 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ def main():
# Write JSON
with open(filename.replace(".csv", ".json"), "w") as f:
json.dump(json_data, f, indent=2)
f.write("\n")
if __name__ == "__main__":

View File

@@ -290,7 +290,7 @@
}
],
"field": {
"length": 16.451,
"length": 16.541,
"width": 8.211
}
}