Skip to content

Commit

Permalink
[glass] Update field size defaults in Field2D.cpp (wpilibsuite#6298)
Browse files Browse the repository at this point in the history
Looks like the field length is longer in 2024. Used the onshape model to measure the size.
  • Loading branch information
gerth2 authored Jan 24, 2024
1 parent 47652d7 commit a70e83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glass/src/lib/native/cpp/other/Field2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ class ObjectInfo {

class FieldInfo {
public:
static constexpr auto kDefaultWidth = 15.98_m;
static constexpr auto kDefaultHeight = 8.21_m;
static constexpr auto kDefaultWidth = 16.541052_m;
static constexpr auto kDefaultHeight = 8.211_m;

explicit FieldInfo(Storage& storage);

Expand Down

0 comments on commit a70e83a

Please sign in to comment.