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

Multiple Anthony Autos #148

Merged
merged 21 commits into from
Mar 2, 2024
Merged

Multiple Anthony Autos #148

merged 21 commits into from
Mar 2, 2024

Commits on Feb 24, 2024

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

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    bcb9fac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8facd7 View commit details
    Browse the repository at this point in the history
  3. DriveToAmpCommand

    anthonytrenh committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c9f183a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3150e9c View commit details
    Browse the repository at this point in the history
  5. fixed DriveTo commands

    anthonytrenh committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0c85b21 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    a2d08c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09879ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bf6bf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. end of day 2/29

    - made a PointToSpeakerCommand so that DistanceShot autos are able to aim at subwoofer
    - started working on DistanceShotFromMidShootThenShootMiddleTopThenTopCenter auto program (preload, top two spikes, top center note)
    - removed stop RPM from CollectSequenceCommapGroup
    - getGamePieceReady() changed to confidentlyHasControlOfNote()
    - updated controller rumble in IntakeCollectorCommand (not tested)
    - commented out using vision assisted pose for testing auto
    anthonytrenh committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4e8670a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    3dbcaa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    513cc4a View commit details
    Browse the repository at this point in the history
  3. Working on SubwooferShotFromBotShootThenShootSpikes

    - made drive top and bottom subwoofer commands
    - changed subwoofer bottom and top scoring location rotation in PoseSubsystem
    - created SpikeTopWhiteLine and SpikeBottomWhiteLine
    anthonytrenh committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5f6fd7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67381f9 View commit details
    Browse the repository at this point in the history
  5. Just finished SubwooferShotFromBotShootThenShootSpikes, starting on T…

    …op side
    
    made two different versions of the DriveToListOfPointsCommand. One is for collecting and points at the swerve points backwards, while one is general and just drives to points (doesn't have aim at goal, so I can give set rotations instead
    anthonytrenh committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    2cf6405 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8e1722 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into 4NoteAutoTesting

    # Conflicts:
    #	src/main/java/competition/operator_interface/OperatorCommandMap.java
    #	src/main/java/competition/subsystems/pose/PoseSubsystem.java
    JohnGilb committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    80ac05e View commit details
    Browse the repository at this point in the history
  8. Add explicit oracle auto

    JohnGilb committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    29abbc8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    610947e View commit details
    Browse the repository at this point in the history
  10. Put commands on the trellis

    JohnGilb committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    31b68ff View commit details
    Browse the repository at this point in the history
  11. appease checkstyle

    JohnGilb committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4842ac7 View commit details
    Browse the repository at this point in the history