Skip to content

Commit

Permalink
Updating minibot to WPIlib 2023 4.1 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Resnick <[email protected]>
  • Loading branch information
gvaldez7206 and legoguy1000 authored Feb 19, 2023
1 parent 3c932d1 commit b7e58d9
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 52 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2 # v2 minimum required
uses: actions/checkout@v3 # v2 minimum required
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
Expand All @@ -33,21 +33,30 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2 # v2 minimum required
uses: actions/checkout@v3 # v2 minimum required
- name: Run Spell Check
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
merge_conflict:
runs-on: ubuntu-latest
name: Find merge conflicts
steps:
# Checkout the source code so there are some files to look at.
- uses: actions/checkout@v3
# Run the actual merge conflict finder
- name: Merge Conflict finder
uses: olivernybroe/[email protected]
build:
name: Build
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# This grabs the WPILib docker container
container: wpilib/roborio-cross-ubuntu:2022-18.04
container: wpilib/roborio-cross-ubuntu:2023-22.04
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Grant execute permission for gradlew
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2023.2.1"
id "edu.wpi.first.GradleRIO" version "2023.4.1"
}

sourceCompatibility = JavaVersion.VERSION_11
Expand Down
10 changes: 7 additions & 3 deletions vendordeps/NavX.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "NavX.json",
"name": "KauaiLabs_navX_FRC",
"version": "2023.0.1",
"version": "2023.0.3",
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
"mavenUrls": [
"https://dev.studica.com/maven/release/2023/"
Expand All @@ -11,15 +11,15 @@
{
"groupId": "com.kauailabs.navx.frc",
"artifactId": "navx-frc-java",
"version": "2023.0.1"
"version": "2023.0.3"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.kauailabs.navx.frc",
"artifactId": "navx-frc-cpp",
"version": "2023.0.1",
"version": "2023.0.3",
"headerClassifier": "headers",
"sourcesClassifier": "sources",
"sharedLibrary": false,
Expand All @@ -28,6 +28,10 @@
"binaryPlatforms": [
"linuxathena",
"linuxraspbian",
"linuxarm32",
"linuxarm64",
"linux86-64",
"osxuniversal",
"windowsx86-64"
]
}
Expand Down
6 changes: 3 additions & 3 deletions vendordeps/PathplannerLib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "PathplannerLib.json",
"name": "PathplannerLib",
"version": "2023.3.3",
"version": "2023.4.2",
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"mavenUrls": [
"https://3015rangerrobotics.github.io/pathplannerlib/repo"
Expand All @@ -11,15 +11,15 @@
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-java",
"version": "2023.3.3"
"version": "2023.4.2"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-cpp",
"version": "2023.3.3",
"version": "2023.4.2",
"libName": "PathplannerLib",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand Down
62 changes: 31 additions & 31 deletions vendordeps/Phoenix.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "Phoenix.json",
"name": "CTRE-Phoenix (v5)",
"version": "5.30.3",
"version": "5.30.4+23.0.8",
"frcYear": 2023,
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
"mavenUrls": [
Expand All @@ -12,19 +12,19 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "api-java",
"version": "5.30.3"
"version": "5.30.4"
},
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-java",
"version": "5.30.3"
"version": "5.30.4"
}
],
"jniDependencies": [
{
"groupId": "com.ctre.phoenix",
"artifactId": "cci",
"version": "5.30.3",
"version": "5.30.4",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -37,7 +37,7 @@
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "cci-sim",
"version": "5.30.3",
"version": "5.30.4",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -50,7 +50,7 @@
{
"groupId": "com.ctre.phoenixpro",
"artifactId": "tools",
"version": "23.0.3",
"version": "23.0.8",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -63,7 +63,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "tools-sim",
"version": "23.0.3",
"version": "23.0.8",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -76,7 +76,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simTalonSRX",
"version": "23.0.3",
"version": "23.0.8",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -89,7 +89,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simTalonFX",
"version": "23.0.3",
"version": "23.0.8",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -102,7 +102,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simVictorSPX",
"version": "23.0.3",
"version": "23.0.8",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -115,7 +115,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simPigeonIMU",
"version": "23.0.3",
"version": "23.0.8",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -128,7 +128,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simCANCoder",
"version": "23.0.3",
"version": "23.0.8",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -141,7 +141,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simProTalonFX",
"version": "23.0.3",
"version": "23.0.8",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -154,7 +154,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simProCANcoder",
"version": "23.0.3",
"version": "23.0.8",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -167,7 +167,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simProPigeon2",
"version": "23.0.3",
"version": "23.0.8",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
Expand All @@ -182,7 +182,7 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-cpp",
"version": "5.30.3",
"version": "5.30.4",
"libName": "CTRE_Phoenix_WPI",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -197,7 +197,7 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "api-cpp",
"version": "5.30.3",
"version": "5.30.4",
"libName": "CTRE_Phoenix",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -212,7 +212,7 @@
{
"groupId": "com.ctre.phoenix",
"artifactId": "cci",
"version": "5.30.3",
"version": "5.30.4",
"libName": "CTRE_PhoenixCCI",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -227,7 +227,7 @@
{
"groupId": "com.ctre.phoenixpro",
"artifactId": "tools",
"version": "23.0.3",
"version": "23.0.8",
"libName": "CTRE_PhoenixTools",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -242,7 +242,7 @@
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "wpiapi-cpp-sim",
"version": "5.30.3",
"version": "5.30.4",
"libName": "CTRE_Phoenix_WPISim",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -257,7 +257,7 @@
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "api-cpp-sim",
"version": "5.30.3",
"version": "5.30.4",
"libName": "CTRE_PhoenixSim",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -272,7 +272,7 @@
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "cci-sim",
"version": "5.30.3",
"version": "5.30.4",
"libName": "CTRE_PhoenixCCISim",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -287,7 +287,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "tools-sim",
"version": "23.0.3",
"version": "23.0.8",
"libName": "CTRE_PhoenixTools_Sim",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -302,7 +302,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simTalonSRX",
"version": "23.0.3",
"version": "23.0.8",
"libName": "CTRE_SimTalonSRX",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -317,7 +317,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simTalonFX",
"version": "23.0.3",
"version": "23.0.8",
"libName": "CTRE_SimTalonFX",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -332,7 +332,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simVictorSPX",
"version": "23.0.3",
"version": "23.0.8",
"libName": "CTRE_SimVictorSPX",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -347,7 +347,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simPigeonIMU",
"version": "23.0.3",
"version": "23.0.8",
"libName": "CTRE_SimPigeonIMU",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -362,7 +362,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simCANCoder",
"version": "23.0.3",
"version": "23.0.8",
"libName": "CTRE_SimCANCoder",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -377,7 +377,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simProTalonFX",
"version": "23.0.3",
"version": "23.0.8",
"libName": "CTRE_SimProTalonFX",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -392,7 +392,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simProCANcoder",
"version": "23.0.3",
"version": "23.0.8",
"libName": "CTRE_SimProCANcoder",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -407,7 +407,7 @@
{
"groupId": "com.ctre.phoenixpro.sim",
"artifactId": "simProPigeon2",
"version": "23.0.3",
"version": "23.0.8",
"libName": "CTRE_SimProPigeon2",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand Down
Loading

0 comments on commit b7e58d9

Please sign in to comment.