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

Unified control modes #150

Merged
merged 4 commits into from
Nov 10, 2024
Merged

Unified control modes #150

merged 4 commits into from
Nov 10, 2024

Commits on Oct 9, 2024

  1. Unified control modes

    Unified joystick and keyboard controls:
    UP = Joystick and keyboard turret relative
    MID = Joystick chassis relative and keyboard turret relative
    DOWN = Joystick and keyboard chassis relative
    Beyblade toggle sets turret relative to both
    anemone1321 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    546b913 View commit details
    Browse the repository at this point in the history
  2. Formatting changes

    Attempt to clang format
    anemone1321 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8a46b54 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Fixed joystick control error

    Fixed joystick error where robot would keep moving after no input
    
    Beyblading still needs testing
    anemone1321 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9e78630 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Force turret-relative movement and refactor chassis command

    * For the sake of simplicity, turret-relative can always be used.
    In the event that this is annoying, we can always add more options.
    * This also frees up the right switch to use for other stuff.
    calebchalmers committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8183040 View commit details
    Browse the repository at this point in the history