updated to the 9.2 FTC SDK and working on adding the kalman filter and filtered pidf to the drive pid

This commit is contained in:
brotherhobo
2024-07-18 22:34:07 -04:00
parent 14b5f267fb
commit 67f56a9931
21 changed files with 3430 additions and 839 deletions

View File

@ -3,8 +3,8 @@
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# We no longer need to auto-convert third-party libraries to use AndroidX, which slowed down the build
android.enableJetifier=false
# Allow Gradle to use up to 1 GB of RAM
org.gradle.jvmargs=-Xmx1024M