-
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
Talon swerve changes #7
base: main
Are you sure you want to change the base?
Conversation
…re --> check vision before approving
|
||
for (int j = 0; j < unread.size(); j++) { | ||
var change = unread.get(j); | ||
changes[i][j] = unread.get(j); |
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.
On second thought, this doesn't really work because we can't know the size of the unread results. This means that past changes might not be overriden, and we'll be displaying old data, which definitely isn't good.
Yeah... let's just use an ArrayList.
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.
............so what i suggested initially.....
You can now utilize Talons when case Talon is selected while building Drive. Tell me if there are any wonky things going on.
Additionally, vision changes may have accidentally been stashed and applied to this PR too. Please clear vision first or do as you please.