Commit Graph

149 Commits

Author SHA1 Message Date
81514f34b4 Update Follower.java
Made the follower optionally take in a second parameter for the localizer
2024-12-23 09:35:30 -08: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
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
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
b0fc4bb0ad Merge pull request #18 from junkjunk123/master
Start position heading fix on TwoWheelPinpointIMU
2024-12-05 21:52:06 -05:00
6b601b9dd4 Start position heading fix on TwoWheelPinpointIMU 2024-12-05 18:08:59 -08:00
a0b3b76210 Extract motor direction to constants so they are set in one place 2024-11-29 10:05:08 -05:00
58fd8d4a56 Merge pull request #16 from BaronClaps/master
Two Wheel & Pinpoint IMU Localizer
2024-11-29 02:53:22 -05:00
22dba85a5f Update TwoWheelPinpointIMULocalizer.java 2024-11-28 23:16:24 -06:00
3b47dc4269 Update TwoWheelPinpointIMULocalizer.java 2024-11-28 23:15:08 -06:00
ea4dd2e9c1 Merge branch 'AnyiLin:master' into master 2024-11-28 20:49:44 -06:00
58ab21d86d TwoWheel + PinpointIMU Localizer 2024-11-28 20:48:25 -06:00
fdc7a9f979 makes it brake after ending the velocity tuner 2024-11-28 12:38:43 -05:00
a4ab959de0 Merge pull request #14 from BaronClaps/master
Make distance to be consistently 48 inches
2024-11-28 02:50:41 -05:00
f14c3f0873 Make distance to be 48 inches on push tests and velocity 2024-11-27 12:34:57 -06:00
9765f23493 Merge pull request #13 from Iris-TheRainbow/patch-1
Correct mistakes in roadrunner description
2024-11-26 04:55:32 -05:00
659a22b33e fix total heading issue in PinpointLocalizer 2024-11-26 04:54:23 -05:00
6d4cd0f2f5 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	TeamCode/src/main/java/org/firstinspires/ftc/teamcode/pedroPathing/localization/localizers/DriveEncoderLocalizer.java
2024-11-26 01:28:29 -05:00
354c822b92 drive encoder direction fix 2024-11-26 01:27:59 -05:00
97bb1faf3b drive encoder direction fix 2024-11-26 00:18:34 -05:00
6441222924 Correct mistakes in roadrunner description 2024-11-25 19:13:16 -06:00
17f0ebaea5 fixed velocity calculations in localizers 2024-11-22 21:58:40 -05:00
fb056103d9 fix velocity inaccuracy in TUNING.md 2024-11-22 14:24:38 -05:00
40f7b3391f added a reminder to reverse motors properly in TUNING.MD 2024-11-22 03:13:25 -05:00
089fc3ae68 moved velocity calculations to the localizers 2024-11-21 17:13:30 -05:00
9711a268e5 hopefully fixed the PinpointLocalizer 2024-11-21 17:09:44 -05:00
437635838b added functionality to IMU methods in PoseUpdater 2024-11-21 15:35:42 -05:00
ea381fa92c realigning class comment on PinpointLocalizer 2024-11-21 02:06:59 -05:00
c8ba9a09db Merge pull request #11 from Marlstar/master
Clarifications in the localization and tuning processes
2024-11-21 01:56:06 -05:00