Skip to content

Commit

Permalink
[apriltag] Fix field length in 2024 JSON (wpilibsuite#6373)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Feb 15, 2024
1 parent 6b6a55b commit d4d0545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apriltag/convert_apriltag_layouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
}
],
"field": {
"length": 16.451,
"length": 16.541,
"width": 8.211
}
}

0 comments on commit d4d0545

Please sign in to comment.