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

2024 beta #62

Merged
merged 14 commits into from
Jan 6, 2024
Merged

2024 beta #62

merged 14 commits into from
Jan 6, 2024

Conversation

kaleb-dodd
Copy link
Member

@kaleb-dodd kaleb-dodd commented Jan 6, 2024

Description

Merge of WIP code into main

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

  • My code follows the style guidelines of this project

  • I have performed a self-review of my code

  • I have commented my code, particularly in hard-to-understand areas

  • I have made corresponding changes to the documentation, if any

  • My changes generate no new warnings

  • I have performed tests that prove my fix is effective or that my feature works, if necessary

  • New and existing unit tests pass locally with my changes

IanTapply22 and others added 14 commits November 11, 2023 14:01
Update 2024-beta branch

---------

Co-authored-by: Cole MacPhail <[email protected]>
# Description

Support for the Logitech F310 controller has been added

Fixes #6

## Type of change

- [X] New feature (non-breaking change which adds functionality)

# How Has This Been Tested?

- All axes and buttons used in the old `LogitechF310` were checked
against the values used internally by WPILib's `CommandXboxController`
to ensure they matched. This should prevent triggers from being bound to
the wrong key.

# Checklist:

- [ ] My code follows the style guidelines of this project
- [X] I have performed a self-review of my code
- [X] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation, if any
- [X] My changes generate no new warnings
- [X] I have performed tests that prove my fix is effective or that my
feature works, if necessary
- [ ] New and existing unit tests pass locally with my changes

---------

Co-authored-by: IanTapply22 <[email protected]>
Co-authored-by: Cole MacPhail <[email protected]>
Sync beta branch with main

---------

Co-authored-by: Cole MacPhail <[email protected]>
Co-authored-by: github-actions <>
Updated 2024-beta branch to be synced with main

---------

Co-authored-by: Cole MacPhail <[email protected]>
# Description

This pull request adds an example subsystem for students to use to learn
about how subsystems and commands are used in a robot environment.

Fixes #18 

## Type of change

Please delete options that are not relevant.

- [X] New feature (non-breaking change which adds functionality)

# Checklist:

- [x] My code follows the style guidelines of this project
- [X] I have performed a self-review of my code
- [X] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation, if any
- [X] My changes generate no new warnings
- [ ] I have performed tests that prove my fix is effective or that my
feature works, if necessary
- [ ] New and existing unit tests pass locally with my changes

---------

Co-authored-by: Ian Tapply <[email protected]>
Co-authored-by: Cole MacPhail <[email protected]>
# Description

This pull request adds support for addressable LEDs. It also allows you
to create LEDs with multiple segments so you can set the mode of each
segment to your desire and allows you to seamlessly add your own custom
LED modes.

Fixes #28 

## Type of change

Please delete options that are not relevant.

- [x] New feature (non-breaking change which adds functionality)
- [x] This change requires a documentation update

# How Has This Been Tested?

So far it hasn't, right now this will stay as a draft PR until tested
further

# Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation, if any
- [x] My changes generate no new warnings
- [ ] I have performed tests that prove my fix is effective or that my
feature works, if necessary
- [ ] New and existing unit tests pass locally with my changes

---------

Co-authored-by: github-actions <>
Co-authored-by: Cole MacPhail <[email protected]>
# Description
Updated `2024-beta` branch with main

## Type of change

- [x] New feature (non-breaking change which adds functionality)

# Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation, if any
- [x] My changes generate no new warnings
- [x] I have performed tests that prove my fix is effective or that my
feature works, if necessary
- [x] New and existing unit tests pass locally with my changes

---------

Co-authored-by: Cole MacPhail <[email protected]>
Co-authored-by: github-actions <>
# Description

Created a vision subsystem that can be used for the drive odometry,
tracking our position on the field, or for tracking game objects.

Fixes #36 

## Type of change

Please delete options that are not relevant.

- [x] New feature (non-breaking change which adds functionality)

# Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation, if any
- [x] My changes generate no new warnings
- [x] I have performed tests that prove my fix is effective or that my
feature works, if necessary
- [x] New and existing unit tests pass locally with my changes

---------

Co-authored-by: github-actions <>
Updated the `2024-beta` branch to be synced with the `main` branch

---------

Co-authored-by: Cole MacPhail <[email protected]>
# Description

- Updated the drive-related dependencies to the latest beta
- Updated drive telemetry to the new CTRE suggested way
- Created a new drive subsystem and deleted the old one

Fixes #8 

## Type of change

- [x] New feature (non-breaking change which adds functionality)

# How Has This Been Tested?
N/A

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation, if any
- [ ] My changes generate no new warnings
- [ ] I have performed tests that prove my fix is effective or that my
feature works, if necessary
- [ ] New and existing unit tests pass locally with my changes

---------

Co-authored-by: github-actions <>
# Description
Renamed IntakeGamepieces enum to IntakeGamepiece to make more sense
grammatically

Fixes #54 
## Type of change

Please delete options that are not relevant.
- [x] Bug fix (non-breaking change which fixes an issue)

# How Has This Been Tested?
N/A

# Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation, if any
- [x] My changes generate no new warnings
- [x] I have performed tests that prove my fix is effective or that my
feature works, if necessary
- [x] New and existing unit tests pass locally with my changes

---------

Co-authored-by: github-actions <>
# Description
Moved the scoring states for the intake to separate classes to improve
organization and to remove the large conditional block

Fixes #51 

## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)

# How Has This Been Tested?
N/A

# Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation, if any
- [x] My changes generate no new warnings
- [x] I have performed tests that prove my fix is effective or that my
feature works, if necessary
- [x] New and existing unit tests pass locally with my changes

---------

Co-authored-by: github-actions <>
Co-authored-by: kaleb-dodd <[email protected]>
# Description

This pull request adds the intake subsystem to the robot container,
allowing the intake to be used.

Scoring states have also been updated to be publicly accessible

Fixes #53 

## Type of change

Please delete options that are not relevant.

- [X] New feature (non-breaking change which adds functionality)

# Checklist:

- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation, if any
- [X] My changes generate no new warnings
- [X] I have performed tests that prove my fix is effective or that my
feature works, if necessary
- [X] New and existing unit tests pass locally with my changes

---------

Co-authored-by: github-actions <>
@kaleb-dodd kaleb-dodd merged commit bbe7858 into main Jan 6, 2024
1 check passed
@kaleb-dodd kaleb-dodd deleted the 2024-beta branch January 6, 2024 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants