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

Gordon/feat/amp climb #20

Merged
merged 43 commits into from
Feb 17, 2024
Merged

Gordon/feat/amp climb #20

merged 43 commits into from
Feb 17, 2024

Commits on Jan 29, 2024

  1. add shooter subsystem and button binds

    Apple Pi Robotics committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e5a5fde View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Add Sensor

    Devallex committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6c9e265 View commit details
    Browse the repository at this point in the history
  2. Added feeder sensor

    Apple Pi Robotics committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    43316a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Add work on feeder and shooter

    Apple Pi Robotics committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    50893ae View commit details
    Browse the repository at this point in the history
  2. lower shooting wait and remove commented code

    Apple Pi Robotics committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6fa2ff4 View commit details
    Browse the repository at this point in the history
  3. Make FeedAndShoot Repeatedly

    Apple Pi Robotics committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    dc72724 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. increase shooting speed

    Apple Pi Robotics committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e0a17e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    6a1045e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab8464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    774a812 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    93e7adc View commit details
    Browse the repository at this point in the history
  2. log game piece sensor

    gordonbchen committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e1ca4d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5049f13 View commit details
    Browse the repository at this point in the history
  4. remove dev intake command

    gordonbchen committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    1ddbd36 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. add amp scoring and climbing dev commands

    Apple Pi Robotics committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a0a7eee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    080e28c View commit details
    Browse the repository at this point in the history
  3. fix max steer motor speed

    gordonbchen committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    86d5327 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03d9261 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fed5e5 View commit details
    Browse the repository at this point in the history
  6. refactor shooter

    gordonbchen committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f084532 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0d579f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6709e6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f55c7b View commit details
    Browse the repository at this point in the history
  10. tune feeder pids

    Apple Pi Robotics committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f6c7ff0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. add dev code

    Apple Pi Robotics committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1c4411b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6a4dc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c4776a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7d9e95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5abdbcb View commit details
    Browse the repository at this point in the history
  6. add amp scoring command

    gordonbchen committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    75dd03e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7633e6f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. tune shooter

    gordonbchen committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    969581e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a147773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cebe88b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e4c775 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c1bdb4 View commit details
    Browse the repository at this point in the history
  6. tune amp score command

    gordonbchen committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    6bfb9a9 View commit details
    Browse the repository at this point in the history
  7. add amp score command

    gordonbchen committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    89bc3ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0531e94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bbe3c27 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6746854 View commit details
    Browse the repository at this point in the history
  11. add shooting commands

    gordonbchen committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    bbc2f50 View commit details
    Browse the repository at this point in the history