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

Intake #17

Merged
merged 26 commits into from
Jan 25, 2024
Merged

Intake #17

merged 26 commits into from
Jan 25, 2024

Commits on Jan 23, 2024

  1. Added Intake.java

    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6cab957 View commit details
    Browse the repository at this point in the history
  2. Added intake motor object

    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d0f8315 View commit details
    Browse the repository at this point in the history
  3. Added intake motor id constant

    Added INTAKE_MOTOR_ID with a temp value of 0.
    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    aa5e418 View commit details
    Browse the repository at this point in the history
  4. Assigned intake object motor id

    Assigned intake object motor id from constants
    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2db315e View commit details
    Browse the repository at this point in the history
  5. Added intake motor speed constant

    Added INTAKE_MOTOR_SPEED with a temp value of 0.5
    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    88698a0 View commit details
    Browse the repository at this point in the history
  6. Added method to run intake

    Added RunIntake() method and its contents run the motor
    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c8dd94a View commit details
    Browse the repository at this point in the history
  7. Added intake stop method

    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9042d15 View commit details
    Browse the repository at this point in the history
  8. Added javadoc

    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6e19785 View commit details
    Browse the repository at this point in the history
  9. Added RunIntake command

    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7ce11ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74ae6de View commit details
    Browse the repository at this point in the history
  11. Defined intake object

    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dab2a86 View commit details
    Browse the repository at this point in the history
  12. Intake command stops and starts

    Added intake.runIntake() and intake.stop() to their respective methods.
    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ff2e12c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d6e9cd View commit details
    Browse the repository at this point in the history
  14. Applied spotless

    AraReighard committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a5442a3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3244ecd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    02e9acd View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Added Intake Limit Switch Port Constant

    Added INTAKE_LIMIT_SWITCH_DIO_PORT to constants.
    AraReighard committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b3be0dc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Added limitSwitch object

    Added limitSwitch object to Intake
    AraReighard committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    29331a9 View commit details
    Browse the repository at this point in the history
  2. Added a getter method for the Intake Limit Switch

    Added getIntakeLimitSwitch() which returns the value of the limit switch for intake.
    AraReighard committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ed2105c View commit details
    Browse the repository at this point in the history
  3. Renamed method

    From getIntakeLimitSwitch() to getLimitSwitch()
    AraReighard committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a3393ff View commit details
    Browse the repository at this point in the history
  4. RunIntake finishes via limit switch

    RunIntake isFinished() returns the value of the intake's limit switch
    AraReighard committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    329f0fb View commit details
    Browse the repository at this point in the history
  5. Made the motor brushless in code

    Changed it from a Spark object to a CANSparkMax object.
    AraReighard committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    165e832 View commit details
    Browse the repository at this point in the history
  6. Applied spotless

    :'(
    AraReighard committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    65962b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bc6950 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f9b633 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed9cf41 View commit details
    Browse the repository at this point in the history