Skip to content

Commit

Permalink
Merge pull request #13 from Gold856/ElliotScher/main
Browse files Browse the repository at this point in the history
Check minimath generation
  • Loading branch information
ElliotScher authored Dec 28, 2024
2 parents 375d674 + c0c286d commit 960f697
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/pregen/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ runs:
- name: Install jinja and protobuf
run: python -m pip install jinja2 protobuf grpcio-tools
shell: bash
- name: Install protobuf dependencies
- name: Install protobuf and perl dependencies
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
sudo apt-get install -y protobuf-compiler liblist-moreutils-perl
wget https://github.com/HebiRobotics/QuickBuffers/releases/download/1.3.3/protoc-gen-quickbuf-1.3.3-linux-x86_64.exe
chmod +x protoc-gen-quickbuf-1.3.3-linux-x86_64.exe
shell: bash
Expand Down Expand Up @@ -45,6 +45,10 @@ runs:
./wpilibj/generate_pwm_motor_controllers.py
shell: bash

- name: Regenerate mrcal minimath
run: ./wpical/generate_mrcal.py
shell: bash

- name: Regenerate wpimath
run: |
./wpimath/generate_nanopb.py
Expand Down
Empty file modified wpical/generate_mrcal.py
100644 → 100755
Empty file.
Empty file.

0 comments on commit 960f697

Please sign in to comment.