[upstream_utils] Add AprilTag library (#6816)

Co-authored-by: Tyler Veness <calcmogul@gmail.com>
This commit is contained in:
Jade
2024-07-21 13:12:49 +08:00
committed by GitHub
parent 6922b9dd5e
commit eda63dc162
72 changed files with 20189 additions and 96 deletions

View File

@@ -30,6 +30,11 @@ jobs:
run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
- name: Run apriltag.py
run: |
cd upstream_utils
./apriltag.py clone
./apriltag.py copy-upstream-to-thirdparty
- name: Run eigen.py
run: |
cd upstream_utils