Skip to content

Commit

Permalink
Merge pull request #70 from Team766/fix-tagsize
Browse files Browse the repository at this point in the history
fix for tagsize which impacted vision accuracy heavily
  • Loading branch information
maxspier authored Feb 23, 2025
2 parents 310a3c5 + 2dd4534 commit 5dd0652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ws_server.cu
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extern "C" {
}

// todo: make this work
#define TAGSIZE 0.1143 // tag size, in meters
#define TAGSIZE 0.1651 // tag size, in meters

using json = nlohmann::json;

Expand Down

0 comments on commit 5dd0652

Please sign in to comment.