Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from spacey-sooty/lollll
Browse files Browse the repository at this point in the history
Lollll
  • Loading branch information
spacey-sooty authored Jan 28, 2024
2 parents 07091d1 + 916a813 commit e1b229c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.COMMENT_COMMAND_PAT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch all history and metadata
run: |
git checkout -b pr
Expand All @@ -31,7 +31,7 @@ jobs:
run: |
gh pr checkout $NUMBER
env:
GITHUB_TOKEN: "${{ secrets.COMMENT_COMMAND_PAT_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
NUMBER: ${{ github.event.issue.number }}
- name: Set up Python 3.8
uses: actions/setup-python@v4
Expand Down
16 changes: 16 additions & 0 deletions wombat/src/main/include/vision/Limelight.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
// Open Source Software, you can modify it according to the terms
// of the MIT License at the root of this project

















#pragma once

#include <frc/geometry/Pose2d.h>
Expand Down

0 comments on commit e1b229c

Please sign in to comment.