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

Update SmartDashboard to use WPILib-2023.4.3 NetworkTable APIs #173

Draft
wants to merge 40 commits into
base: main
Choose a base branch
from

Commits on Apr 30, 2023

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

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    2db45bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdb59de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b3b936 View commit details
    Browse the repository at this point in the history
  4. Figured out why the Scheduler widget wasn't being registered for the …

    …SchedulerType. But it doesn't work anyway so left a comment about it.
    chauser committed May 1, 2023
    Configuration menu
    Copy the full SHA
    ba1045e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

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

Commits on May 5, 2023

  1. docstring cleanup; scheduler cancellation fixes (cancelling a command…

    … no longer gets Java errors, but it still doesn't work right; attempt to get remove for RobotPreferences to work -- no success.
    chauser committed May 5, 2023
    Configuration menu
    Copy the full SHA
    1d3acde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fc1fba View commit details
    Browse the repository at this point in the history
  3. fix checkStyle failures

    chauser committed May 5, 2023
    Configuration menu
    Copy the full SHA
    1fde1ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0485a51 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Switch to NT4 client; fixes problems with deleting from the robot pre…

    …ferences table and also with the cancel buttons of the scheduler widget
    chauser committed May 6, 2023
    Configuration menu
    Copy the full SHA
    a5031b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Jul 28, 2023

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

Commits on Jul 29, 2023

  1. fix mode cast to (int) in CANSpeedController and change label of Spee…

    …dControllerType from Motor to Speed Controller
    chauser committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    4163175 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    eab92a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8992e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1c29be View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Register SchedulerType so Scheduler instances in network tables don't…

    … cause uncaught errors
    chauser committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    5b9afd6 View commit details
    Browse the repository at this point in the history
  2. fix Chooser element so that NT keys seen before the .options key do n…

    …ot each suffer an out-of-bounds array reference
    chauser committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ea85b01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc7e122 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Disable NT driverstation client so SmartDashboard doesn't connect to …

    …NT before processing the save file; fixes the problem of string chooser not appearing on dashboard when it is listed in the save file
    chauser committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3dbac59 View commit details
    Browse the repository at this point in the history
  2. Fix formatting mistakes

    chauser committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f4c9fc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6068a32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    440d63f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33469b7 View commit details
    Browse the repository at this point in the history
  6. Fix formatting errors

    chauser committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3bb28ee View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    3f372d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b87ad7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. tweaking dsclient startup

    chauser committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c0755a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    9009cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    409bc81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0823260 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'DisableDSClient' into FixSchedulerInLiveWindow; the branch

    is misnamed -- it now just ensures that DSClient is not enabled until
    the save file has been loaded.
    chauser committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    961b54f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90745f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    9286be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19e72b View commit details
    Browse the repository at this point in the history
  3. Fix compilation error

    chauser committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    999d9ca View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    f0a6667 View commit details
    Browse the repository at this point in the history
  2. merge fixes from NT3 version

    chauser committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d3c181f View commit details
    Browse the repository at this point in the history