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

Adds Swerve2/3/4/6ControllerCommand to Commands2 #38

Closed
wants to merge 15 commits into from

Commits on Dec 8, 2023

  1. Adds Swerve2/3/4/6ControllerCommand to Commands2

    NewtonCrosby committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8bc6e39 View commit details
    Browse the repository at this point in the history
  2. Fixes for mypy errors

    NewtonCrosby committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d883093 View commit details
    Browse the repository at this point in the history
  3. Fixes broken test run for incomplete pid

    NewtonCrosby committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    645163a View commit details
    Browse the repository at this point in the history
  4. Experimenting with mypy assignment error

    NewtonCrosby committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1042681 View commit details
    Browse the repository at this point in the history
  5. Ignoring mypy type error with explicit annotation

    NewtonCrosby committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8464e6f View commit details
    Browse the repository at this point in the history
  6. Re-formatted with black

    NewtonCrosby committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3c74662 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

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

Commits on Dec 11, 2023

  1. Added Typing.overload to constructor definitions, forced kwargs for o…

    …ptional contructor arguments.
    NewtonCrosby committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    92455c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Removed superfluous comment

    NewtonCrosby committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    10c6705 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Updated implementation to use Overtake and Beartype.

    NewtonCrosby committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    f2828ae View commit details
    Browse the repository at this point in the history
  2. Fixed test fixtures to supply tuple to odometry update

    NewtonCrosby committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    95b54b9 View commit details
    Browse the repository at this point in the history
  3. Fixed tests for odometry update calls to send Tuples

    NewtonCrosby committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    3a441f4 View commit details
    Browse the repository at this point in the history
  4. Fix argument

    virtuald committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0efaf1d View commit details
    Browse the repository at this point in the history
  5. Bug fix: Added addRequirements call to contstructors

    NewtonCrosby committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    68f1f5d View commit details
    Browse the repository at this point in the history
  6. Pinned versions of experimental libraries

    NewtonCrosby committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    bb2778c View commit details
    Browse the repository at this point in the history