Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Migrate to wpilibj2 and the new Command-based structure #22

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 3, 2020

  1. Start migration to wpilibj2

    dhinakg committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    ae9e6a8 View commit details
    Browse the repository at this point in the history
  2. Fix IntakeReleaseCommand and CircleControllerCommand

    Default of isFinished() in the Command interface is false, so we need to
    use the InstantCommand class
    dhinakg committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    c33a856 View commit details
    Browse the repository at this point in the history
  3. Continue wpilibj2 migration

    dhinakg committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    487799f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Fix some stuff

    dhinakg committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    c12bb81 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    2b0bbb4 View commit details
    Browse the repository at this point in the history
  2. Fix errors

    dhinakg committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    d7c64e8 View commit details
    Browse the repository at this point in the history