|
8814dc906d
|
Updating name
|
2024-12-27 02:24:51 -08:00 |
|
|
ccd7b55bc1
|
Fine tuning values
|
2024-12-27 02:24:41 -08:00 |
|
|
1ee5645dd1
|
Working wrist, for the most part
|
2024-12-27 02:24:18 -08:00 |
|
|
e26f0f0127
|
Delete dupe'd file
|
2024-12-27 02:00:39 -08:00 |
|
|
e85c503b5f
|
Updated Follower to use PedroConstants
|
2024-12-27 02:00:27 -08:00 |
|
|
349ba28dc1
|
Fixed typo
|
2024-12-27 01:58:14 -08:00 |
|
|
4a57ed6bc3
|
Downgraded AGP to a compatible version
|
2024-12-27 01:57:39 -08:00 |
|
|
81743521d1
|
Thumb is a work in progress
|
2024-12-27 01:55:11 -08:00 |
|
|
d890699ef5
|
Fixed open/closed values for claw
|
2024-12-27 01:38:39 -08:00 |
|
|
95f20096b9
|
Version 1 of claws without actions nor thumb
|
2024-12-27 01:37:31 -08:00 |
|
|
1d8b44d453
|
Merge remote-tracking branch 'pedro-qs/master' into branch-silver-14493-v2
# Conflicts:
# FtcRobotController/src/main/AndroidManifest.xml
# FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/ConceptAprilTagLocalization.java
# README.md
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/LOCALIZATION.md
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/OVERVIEW.md
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/TUNING.md
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/follower/DriveVectorScaler.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/follower/Follower.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/localization/Localizer.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/localization/Pose.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/localization/PoseUpdater.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/localization/localizers/ThreeWheelLocalizer.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/localization/tuning/LateralTuner.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/localization/tuning/LocalizationTest.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/pathGeneration/MathFunctions.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/pathGeneration/PathBuilder.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/pathGeneration/Point.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/tuning/FollowerConstants.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/tuning/ForwardVelocityTuner.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/tuning/ForwardZeroPowerAccelerationTuner.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/tuning/LateralZeroPowerAccelerationTuner.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/tuning/StrafeVelocityTuner.java
# TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/util/Drawing.java
# build.dependencies.gradle
|
2024-12-26 18:31:46 -08:00 |
|
|
047d0fa3c3
|
Dual Motor Slide Subsystem
|
2024-12-25 15:09:39 -08:00 |
|
|
c63319f9c4
|
Simplification of class files
|
2024-12-25 15:08:36 -08:00 |
|
|
c824580b33
|
Moving class to test package
|
2024-12-25 15:07:48 -08:00 |
|
|
1180cb1035
|
Merge pull request #29 from junkjunk123/patch-3
Update Follower.java
|
2024-12-24 16:29:48 -05:00 |
|
|
e27e884650
|
Merge pull request #28 from Invicta8110/master
Merge FTC SDK v10.1.1
|
2024-12-24 16:29:10 -05:00 |
|
|
883906885b
|
Fixed imports and static names
|
2024-12-23 16:32:53 -08:00 |
|
|
5595fcccd4
|
Removing unnecessary files
|
2024-12-23 16:32:21 -08:00 |
|
|
81514f34b4
|
Update Follower.java
Made the follower optionally take in a second parameter for the localizer
|
2024-12-23 09:35:30 -08:00 |
|
|
917c794ef6
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# FtcRobotController/src/main/AndroidManifest.xml
# README.md
# build.dependencies.gradle
|
2024-12-23 11:43:03 -05:00 |
|
|
06431bb98f
|
Pinpoint is fixed Huzzah!!!
Update PinpointLocalizer.java
|
2024-12-22 23:59:33 -05:00 |
|
|
11bad4df76
|
Update PinpointLocalizer.java
|
2024-12-22 18:56:55 -08:00 |
|
|
75a2e31f57
|
Update PinpointLocalizer.java
|
2024-12-22 18:53:02 -08:00 |
|
|
4d6aafc1dd
|
Update PinpointLocalizer.java
|
2024-12-22 18:51:46 -08:00 |
|
|
61f0b8afe9
|
Update TwoWheelPinpointIMULocalizer.java
Makes position of dead wheels less confusing
|
2024-12-21 16:24:07 -06:00 |
|
|
07e903d148
|
Update README.md
|
2024-12-20 20:05:23 -06:00 |
|
|
a2cb7981ca
|
Merge pull request #26 from junkjunk123/patch-1
|
2024-12-19 12:53:48 -08:00 |
|
|
db79dc38dc
|
Update TwoWheelPinpointIMULocalizer.java
|
2024-12-19 12:52:26 -08:00 |
|
|
38856c90dc
|
Update TwoWheelPinpointIMULocalizer.java
|
2024-12-19 12:48:00 -08:00 |
|
|
3e79d86443
|
Finalize tunings
|
2024-12-18 20:42:14 -08:00 |
|
|
c9ffd4f061
|
Added driver hub config naming
|
2024-12-17 21:35:16 -08:00 |
|
|
021dfa7222
|
Added lift configurations
|
2024-12-17 21:34:49 -08:00 |
|
|
233b177cf6
|
Removing more files to keep things light for this branch
|
2024-12-17 21:32:10 -08:00 |
|
|
0ab402af0f
|
Lightening the load and configured the robot with appropriate values (encoders/motors)
|
2024-12-17 19:07:34 -08:00 |
|
|
e4f0447312
|
changing documentation to match FollowerConstants motor name/direction update
|
2024-12-15 18:35:23 -05:00 |
|
|
f8ae3ccf4b
|
Merge pull request #17 from monkbroc/motor-direction
Extract motor direction to constants so they are set in one place
|
2024-12-15 18:24:20 -05:00 |
|
|
9264472cf9
|
Merge remote-tracking branch 'origin/master'
|
2024-12-15 18:15:29 -05:00 |
|
|
45da3275da
|
makes limiting the max power better
|
2024-12-15 18:15:18 -05:00 |
|
|
c04de0428e
|
makes limiting the max power better
|
2024-12-15 18:14:56 -05:00 |
|
|
a2d896b67c
|
Merge pull request #22 from Logan-Nash/master
Fixed loop times on OTOS localizer. Updated the pinpoint to the lates…
|
2024-12-10 10:42:11 -05:00 |
|
|
f4942715d9
|
Fixed loop times on OTOS localizer. Updated the pinpoint to the latest driver
|
2024-12-10 10:40:22 -05:00 |
|
|
aa496b8237
|
Ollie's work committed
|
2024-12-08 12:48:30 -08:00 |
|
|
d34d56d567
|
Merge pull request #20 from junkjunk123/master
Patches to the PinpointLocalizer
|
2024-12-06 13:44:57 -05:00 |
|
|
9330c22213
|
Update PinpointLocalizer.java
|
2024-12-06 09:36:06 -08:00 |
|
|
7471de24d2
|
Update Follower.java
|
2024-12-06 09:20:27 -08:00 |
|
|
8a55b00c42
|
Update Localizer.java
|
2024-12-06 09:19:48 -08:00 |
|
|
7bc4dbbd34
|
Update PoseUpdater.java
|
2024-12-06 09:18:37 -08:00 |
|
|
fd5d6b716b
|
Update PinpointLocalizer.java
|
2024-12-06 09:17:29 -08:00 |
|
|
bdc0de4eeb
|
Merge pull request #19 from Logan-Nash/master
Commented out PinpointLocalizer.java
|
2024-12-06 10:46:03 -05:00 |
|
|
460639127b
|
Commented out PinpointLocalizer.java , Too many issues for now. will uncomment when proven test is complete
|
2024-12-06 10:41:02 -05:00 |
|