This repository was archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
January tag w/ arcade drive #55
Open
maxspier
wants to merge
30
commits into
main
Choose a base branch
from
januaryTag
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b449d90
test
maxspier 569357e
added photonlib to code
maxspier 54198b5
added a lot, changed some, just check the description
maxspier 107b086
this somehow didn't get included in the last commit
maxspier 82ced85
working on getting the coords from getBestCameraToTarget() instead of…
maxspier 0032306
added new formulas
cbc5ba6
added Transform3d capability and a few other util
maxspier c31a909
fixed some stuff with old changes conflicting new ones and fixed the …
maxspier 0717706
fixed (1), added comments and again pretended like I was a linter
maxspier 2f96adb
fixed (3); added offsets using a transform3d
maxspier c1d4c11
added more (better) getter methods
maxspier 9b0ed31
resolve comment (a.1)
maxspier 46782ed
resolve comment (a.2)
maxspier b883173
deleted a lot so I can actually use on a burrowbot
70f5df0
added the -turn + forward for right motor
maxspier 51ebfb3
jFrame Joystick Buttons?!?!?!?!
maxspier ba305c1
Update jFrame.java logs
maxspier a2aeb5f
im really good at coding
d4995c4
fixed it and it works!!!
dc946dd
general documentation
maxspier 93d08f5
documentation!
maxspier c190750
hehe swerve
18d6aa5
Merge branch 'januaryTag' of https://github.com/Team766/2023 into jan…
318673e
first swerve vision test
3278d8b
test P.V. swerve code
maxspier 4184a1c
e
d091c3e
Update Drive.java from unmerged code on main
maxspier d3b5144
Update januaryTag.java from correct unmerged code on main
maxspier c7d4364
Update OI.java
maxspier ae132a3
Update Drive.java RELIABLE ish januarytag code
maxspier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -198,4 +198,4 @@ public PointDir run() { | |
| } | ||
| return currentPosition; | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,11 +21,11 @@ public class AutonomousModes { | |
| // new AutonomousMode("DriveSlow", () -> new DriveStraight(0.4)), | ||
| // new AutonomousMode("FollowPoints", () -> new FollowPoints()), | ||
| // new AutonomousMode("ReverseIntake", () -> new ReverseIntake()), | ||
| new AutonomousMode("OnePieceExitCommunity", () -> new OnePieceExitCommunity()), | ||
| //new AutonomousMode("OnePieceExitCommunity", () -> new OnePieceExitCommunity()), | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. be careful about merging this. |
||
| // new AutonomousMode("OnePieceExitCommunityBalance", () -> new OnePieceExitCommunityBalance()), | ||
| // new AutonomousMode("OnePieceBalance", () -> new OnePieceBalance()), | ||
| // new AutonomousMode("FollowPointsFile", () -> new FollowPoints("FollowPoints.json")), | ||
| // //new AutonomousMode("FollowPointsH", () -> new FollowPoints(new PointDir[]{new PointDir(0, 0), new PointDir(2, 0), new PointDir(1, 0), new PointDir(1, 1), new PointDir(2, 1), new PointDir(0, 1)})), | ||
| // new AutonomousMode("DoNothing", () -> new DoNothing()), | ||
| //new AutonomousMode("DoNothing", () -> new DoNothing()), | ||
| }; | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
what's the reason for commenting this out?