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

Fix to work with spec compliant CAN sims. #53

Merged
merged 5 commits into from
May 25, 2024

Commits on May 23, 2024

  1. Fix to work with spec compliant CAN sims.

    Rename SimDeviceEncoderMediator.java to CANEncoderMediator.java.
    
    Rename SimDeviceMotorMediator.java to CANMotorMediator.java.
    
    Add DutyCycleMediator.java to handle SparkMaxAbsoluteEncoder and CANCoder devices.
    
    Add AnalogInputMediator.java to handle SparkMaxAnalogSensor devices.
    
    Currently passes system test but that doesn't test any of the new functionality.
    brettle committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3d89fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a298ee8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge branch 'master' of https://github.com/DeepBlueRobotics/DeepBlueSim

     into fix-to-work-with-compliant-can-sims
    CoolSpy3 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    62ec0f1 View commit details
    Browse the repository at this point in the history
  2. Fix issues raised in PR.

    Rename AnalogInputMediator -> AnalogInputEncoderMediator.
    
    Fix prefix CANMotorMediator uses to detect a Spark controller.
    
    Make CANMotorMediator set sim busVoltage = 12.
    brettle committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c32512c View commit details
    Browse the repository at this point in the history
  3. Use latest WPIWebSockets.

    brettle committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b164a55 View commit details
    Browse the repository at this point in the history