Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrote the Entire Control System (and command flow) 😎 ✌️ #283

Open
wants to merge 163 commits into
base: main
Choose a base branch
from

Commits on Mar 1, 2022

  1. Removed comment

    zbuster05 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a841423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cbd08d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. rewrite UDP implementation

    aemino committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    da70865 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. merge with main

    aemino committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    abe7a66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a55e0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5e51e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    49f0a2e View commit details
    Browse the repository at this point in the history
  2. That was hard

    zbuster05 committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    bcf47a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    726bb4c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Added odometry to SimpleSplines

    and also added value for trackwidth
    Jm0rr committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    7885cfb View commit details
    Browse the repository at this point in the history
  2. Now logs yaw on b press

    Jm0rr committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    97365a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. hopefully splines fixed

    NUS16474-9-eriwang authored and NUS16474-9-eriwang committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    92a9a77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc2b259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be25438 View commit details
    Browse the repository at this point in the history
  4. Reverted extraneous logging

    zbuster05 committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    39fff8f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    cef9918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbd6919 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b48fa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    972a042 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. upgrade to 2023

    Exr0n committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7e409f2 View commit details
    Browse the repository at this point in the history
  2. HID triggers: delete CustomXBoxController; add CustomCommandJoystick

    use wpilibj2's CommandXBoxController instead
    Exr0n committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f21e07a View commit details
    Browse the repository at this point in the history
  3. TO UNDO: jankily delete broken things

    would fix it but blocked by SensorDrive usage of NavX instead of IMU
    Exr0n committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    cb14ea6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. fix sensordrive

    Exr0n committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    9d7311b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    124321e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd3397a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2227980 View commit details
    Browse the repository at this point in the history
  4. clarify MotorSubsystem docstring

    remove AbstractMotor, reminder to use 4904 custom MotorController interface
    Exr0n committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    36d0f7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02f1fa0 View commit details
    Browse the repository at this point in the history
  6. BrakeableMotorSubsystem/Controller; remove MotorBrake

    renamed BrakeableMotor to BrakeableMotorController for consistency with MotorController
    
    MotorBrake deleted, use Commands.runOnce(BrakeableMotorSubsystem.setBrakeOnNeutral) instead
    besides, you probably actually want BrakeableMotorSubsystem.c_brake()
    Exr0n committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ce3cbcb View commit details
    Browse the repository at this point in the history
  7. MotorSubsystem.c_setVoltageHold; docstring warnings

    wpilib says that for setVoltage, you have to keep calling it
    => remove the commands that don't keep calling it
    Exr0n committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d4bbca6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc4d8d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eadb0b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    7ab3647 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. force passing neutralMode and inverted to CANTalonFX/SRX

    Co-authored-by: annvoor <[email protected]>
    Exr0n and annvoor committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    5d4cc7a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    55d0dfa View commit details
    Browse the repository at this point in the history
  2. delete chassis

    Exr0n committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    382a5c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c93b1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c0e3bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7f65dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62b414b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    989e228 View commit details
    Browse the repository at this point in the history
  8. TalonMotorController extend IMotorControllerEnhanced; test followed b…

    …rake mode
    
    need to extend so that we can pass TalonMotorController to .follow() which expects an IMotorController
    Exr0n committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a9cb241 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. make MotorSubsys and BrakeMotorSubsys generic

    so that extensions can use super.motors with it's own class
    Exr0n committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    2956414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbcd23b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5dbf5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaa3d48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6237b64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    894b752 View commit details
    Browse the repository at this point in the history
  7. delete motorSubsystem.get()

    Exr0n committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    b4d6ace View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    717a76a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1935c07 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2c6d27 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f9b8f9 View commit details
    Browse the repository at this point in the history
  12. reorganize files harder

    Exr0n committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    971d39a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. pid sensor setup

    Co-authored-by: Exr0n <[email protected]>
    roboticsteam4904-2 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9b274ca View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    1a5f5f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a66fa9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2175773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    957950b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    f7519ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40887e2 View commit details
    Browse the repository at this point in the history
  3. make constructor public

    Co-authored-by: annvoor <[email protected]>
    Exr0n and annvoor committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    b7bd4f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    f16c2c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4747d2 View commit details
    Browse the repository at this point in the history
  3. config software limit

    Exr0n committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    bcd8769 View commit details
    Browse the repository at this point in the history
  4. m

    roboticsteam4904-2 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d679a67 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    ef50bdf View commit details
    Browse the repository at this point in the history
  2. Filled out talon Todos

    Jm0rr committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    cc66a49 View commit details
    Browse the repository at this point in the history
  3. finished more todos

    Jm0rr committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    4877792 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e168832 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f448b4f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    c164a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69bb332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    970d092 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. talon softlimits

    Exr0n committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    881ff0a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. UT: telescoping arm feedforward

    Exr0n committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    f807058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa1510 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b48cf3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96ab2c7 View commit details
    Browse the repository at this point in the history
  5. westcoastdrive pathplannercommand use Map

    for ergonomics 😎
    Exr0n committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    053aa18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d78f866 View commit details
    Browse the repository at this point in the history
  7. whitespace

    Exr0n committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    3cd0500 View commit details
    Browse the repository at this point in the history
  8. ez motion

    zbuster05 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    01ece4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b39a520 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28f88ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5406fd3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de513fe View commit details
    Browse the repository at this point in the history
  13. make thing public

    roboticsteam4904-2 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    709b0fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    795f611 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. de-generic westcoastdrive

    Exr0n committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    d407426 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    4ffe59b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ffb6a2 View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    zbuster05 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f640987 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf4469b View commit details
    Browse the repository at this point in the history
  5. important modifications

    zbuster05 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    0550b8b View commit details
    Browse the repository at this point in the history
  6. removed some warnings

    zbuster05 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    89c9973 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a199353 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b88b0b6 View commit details
    Browse the repository at this point in the history
  9. delete old methods from sensormotor

    Co-authored-by: zbuster05 <[email protected]>
    Exr0n and zbuster05 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    fa1bc91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24948f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    551ef8e View commit details
    Browse the repository at this point in the history
  12. Fixed minecraft

    zbuster05 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    c0a618c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b17b00 View commit details
    Browse the repository at this point in the history
  14. ??

    zbuster05 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d873fe5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. TEMP: Removed logkitten because of its performance impacts.

    Hopefully a suitable alternative can be implemented eventually.
    zbuster05 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2a4ee8f View commit details
    Browse the repository at this point in the history
  2. Staging`

    zbuster05 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    398ab9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2646cb6 View commit details
    Browse the repository at this point in the history
  4. fix names on openloop chassis control

    Co-authored-by: zbuster05 <[email protected]>
    Exr0n and zbuster05 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    bb0eaf8 View commit details
    Browse the repository at this point in the history
  5. Sketchy driver chooser fr

    zbuster05 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    34549eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    841c191 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    482e915 View commit details
    Browse the repository at this point in the history
  2. complete merge \/

    roboticsteam4904-2 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b833d75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8e5d59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80a509b View commit details
    Browse the repository at this point in the history
  5. rip out follow mode

    Exr0n committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c82d37c View commit details
    Browse the repository at this point in the history
  6. correct docstring wording

    Exr0n committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    a39b007 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf797fe View commit details
    Browse the repository at this point in the history
  8. \/

    Exr0n committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    dd158a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0410b19 View commit details
    Browse the repository at this point in the history
  10. add zach's goofy driver code back

    Co-authored-by: zbuster05 <[email protected]>
    Exr0n committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    738e9ae View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. ezcontrol logging

    roboticsteam4904-2 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    7e8bb07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9033f37 View commit details
    Browse the repository at this point in the history
  3. added custom xbox

    Jm0rr committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    5119f82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3109be5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b62aa61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f45ba1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0db1774 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3064ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f9cebc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f91256 View commit details
    Browse the repository at this point in the history
  11. format customCommandXbox

    Exr0n committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    51b3e88 View commit details
    Browse the repository at this point in the history
  12. clean up todos

    Jm0rr committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    8cf0f58 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f19dc8e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5d9ae1d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    49422c8 View commit details
    Browse the repository at this point in the history
  2. clean up todos

    Exr0n committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    81bd420 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    558559f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d921939 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Removed unecessary logging

    Co-authored-by: zbuster05 <[email protected]>
    roboticsteam4904-2 and zbuster05 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fcffe9d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. make resetpose public

    Jm0rr committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    d467086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a247130 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    e21cc0c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Revert "add extended kg for arm pivot", because we don't

    want to lerp on ff output
    
    This reverts commit e21cc0c.
    Exr0n committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5173578 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Added triplet type

    zbuster05 authored and roboticsteam4904-2 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    f8afa81 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    d7c1a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af05e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ce0092 View commit details
    Browse the repository at this point in the history
  4. named triggerCommandFactory

    Exr0n committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    d2415f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5217d90 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    510ff09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4646627 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    5492244 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Revert "triggerCommandFactory non-varargs overrides"

    This reverts commit 4646627.
    Exr0n committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8cf0444 View commit details
    Browse the repository at this point in the history
  2. Revert "UT: make triggerCommandFactory take varargs"

    This reverts commit 510ff09.
    Exr0n committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6dc4a1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49bb104 View commit details
    Browse the repository at this point in the history
  4. nice

    roboticsteam4904-2 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    109068d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Fixed OpenCV tuple2

    zbuster05 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    e0154e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    529e576 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e5a1b8 View commit details
    Browse the repository at this point in the history
  4. clean up CreateAndDisown

    Exr0n committed May 14, 2023
    Configuration menu
    Copy the full SHA
    d2218bf View commit details
    Browse the repository at this point in the history
  5. can end

    zbuster05 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ef7dc7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e90db8 View commit details
    Browse the repository at this point in the history
  7. Changed ezMotion formatting

    zbuster05 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    4a57caa View commit details
    Browse the repository at this point in the history