forked from blair-robot-project/framework2023
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add editorconfig for 2 line indent, clean up files, actually use Mono…
…logue for the entire robot (not done in unused classes, e.g. MecanumDrive), collision avoidance (don't do anything in cases of a collision), 3D positions for elevator and intake 👀. Note: I added wpilog files to the gitignore because those files can get large. I accidentally added some log files to a commit and I had to undo those commits since the logs exceeded the Github 100mb max.
- Loading branch information
Showing
71 changed files
with
12,005 additions
and
11,861 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[{*.kt,*.kts}] | ||
indent_size=2 | ||
max_line_length=200 | ||
ij_kotlin_packages_to_use_import_on_demand = unset |
This file contains 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 |
---|---|---|
|
@@ -170,3 +170,5 @@ out/ | |
|
||
# Simulation GUI and other tools window save file | ||
*-window.json | ||
|
||
*.wpilog |
This file contains 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 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
Oops, something went wrong.