Skip to content

Commit

Permalink
[upstream_utils] Add AprilTag library
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Jul 10, 2024
1 parent cc02a94 commit 7baf7fa
Show file tree
Hide file tree
Showing 71 changed files with 181,742 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upstream-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
- name: Run update_apriltag.py
run: |
cd upstream_utils
./update_apriltag.py
- name: Run update_eigen.py
run: |
cd upstream_utils
Expand Down
1 change: 1 addition & 0 deletions .styleguide
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ generatedFileExclude {
simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$
fieldImages/src/main/native/resources/
apriltag/src/test/resources/
apriltag/src/main/native/thirdparty/
wpilibc/src/generated/
}

Expand Down
Loading

0 comments on commit 7baf7fa

Please sign in to comment.