-
Notifications
You must be signed in to change notification settings - Fork 0
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
configure button bindings #19
base: main
Are you sure you want to change the base?
Conversation
…9910000000008398842222222222222222222222222222222222222222222221022222222099999999929110000101122991022299991111111388749965883783
Currently fails all the checks |
If you look closely, many of the errors are in other files, so the checks
are detecting stuff like unicode errors and other stuff
Max
…On Thu, 19 Dec 2024 at 06:08, Ishan ***@***.***> wrote:
Currently fails all the checks
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4UR6C5OBA4M76NUH7WNJND2GKSK7AVCNFSM6AAAAABT3VJFHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJTGQZTOMRWGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
_This message was sent from a student email account at the Chapel
Hill-Carrboro City Schools. All mail correspondence to and from Chapel
Hill-Carrboro City School students is subject to monitoring by district
administrators and may result in disclosure to law enforcement._
|
also it isn't formatted |
I downloaded a spotless extension for codespaces. Hlpefully it
workkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Max
…On Thu, 19 Dec 2024 at 09:19, Ishan ***@***.***> wrote:
also it isn't formatted
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4UR6C2I6OPQWNVYEWVPWB32GLIYDAVCNFSM6AAAAABT3VJFHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJUGI2TIOBUHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
_This message was sent from a student email account at the Chapel
Hill-Carrboro City Schools. All mail correspondence to and from Chapel
Hill-Carrboro City School students is subject to monitoring by district
administrators and may result in disclosure to law enforcement._
|
public RobotContainer() { | ||
configureBindings(); | ||
} | ||
|
||
private void configureBindings() {} | ||
private void configureBindings() { | ||
driverAButton.onTrue(new DriveCommand(null, null, null, null, null, driverAButton, driverAButton)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we passing in null to this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bro it was hard enough to get @mychenezpz to write a button binding, id be proud of him for doing that lol. its null bc he didnt get to it ig
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ill write some better examples when i have time tmrw
No description provided.