From a05fae8a0253504e540441fd78f3e7e445dd6464 Mon Sep 17 00:00:00 2001 From: Ryan Brott Date: Wed, 18 Sep 2024 21:37:05 -0700 Subject: [PATCH 1/3] Bump RR FTC (fixes #405) --- TeamCode/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 0b68d4328e8d..9a01ce570690 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -32,7 +32,7 @@ repositories { dependencies { implementation project(':FtcRobotController') - implementation "com.acmerobotics.roadrunner:ftc:0.1.13" + implementation "com.acmerobotics.roadrunner:ftc:0.1.14" implementation "com.acmerobotics.roadrunner:core:1.0.0" implementation "com.acmerobotics.roadrunner:actions:1.0.0" implementation "com.acmerobotics.dashboard:dashboard:0.4.16" From dab1d63053cd22126db7310c68bbf28b70232a3f Mon Sep 17 00:00:00 2001 From: Ryan Brott Date: Thu, 19 Sep 2024 09:41:48 -0700 Subject: [PATCH 2/3] Fix angular velocity Add workaround for https://github.com/FIRST-Tech-Challenge/FtcRobotController/issues/1070 --- .../ftc/teamcode/TwoDeadWheelLocalizer.java | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/TwoDeadWheelLocalizer.java b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/TwoDeadWheelLocalizer.java index edc4e85b4511..117da2875ffd 100644 --- a/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/TwoDeadWheelLocalizer.java +++ b/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/TwoDeadWheelLocalizer.java @@ -19,6 +19,7 @@ import org.firstinspires.ftc.robotcore.external.navigation.AngleUnit; import org.firstinspires.ftc.robotcore.external.navigation.AngularVelocity; +import org.firstinspires.ftc.robotcore.external.navigation.UnnormalizedAngleUnit; import org.firstinspires.ftc.robotcore.external.navigation.YawPitchRollAngles; import org.firstinspires.ftc.teamcode.messages.TwoDeadWheelInputsMessage; @@ -64,7 +65,15 @@ public Twist2dDual