From 930dbfadbf2db99206cdb87d3fd3faa150476d80 Mon Sep 17 00:00:00 2001 From: Jimmy McCosker <101635312+witherslayer67@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:21:14 -0400 Subject: [PATCH 1/8] Create elevator --- mechanisms/elevator | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mechanisms/elevator diff --git a/mechanisms/elevator b/mechanisms/elevator new file mode 100644 index 0000000..4a15137 --- /dev/null +++ b/mechanisms/elevator @@ -0,0 +1,15 @@ +# Elevator Resources + +
+ +## Elevator Repositories +- todo +
+ +## Elevator Videos +- todo + +
+ +## Elevator Whitepapers (adv. stuff) +- todo From 5c0f8d659e29c0b859d45394a40792b8a95a4a91 Mon Sep 17 00:00:00 2001 From: Jimmy McCosker <101635312+witherslayer67@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:22:28 -0400 Subject: [PATCH 2/8] Rename elevator to elevator.md --- mechanisms/{elevator => elevator.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename mechanisms/{elevator => elevator.md} (100%) diff --git a/mechanisms/elevator b/mechanisms/elevator.md similarity index 100% rename from mechanisms/elevator rename to mechanisms/elevator.md From ced03156ac172f599e958b9b25af2d8671639839 Mon Sep 17 00:00:00 2001 From: Jimmy McCosker <101635312+witherslayer67@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:22:58 -0400 Subject: [PATCH 3/8] Update index.md --- mechanisms/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mechanisms/index.md b/mechanisms/index.md index 3d0c684..46b3071 100644 --- a/mechanisms/index.md +++ b/mechanisms/index.md @@ -4,5 +4,5 @@ - [Swerve](./swerve.md) - [Arm](./arm.md) -- [Elevator]() todo +- [Elevator](./elevator.md) - [Shooter](./shooter.md) From 9f375135796baf207a05f38443cb43ebdaef6382 Mon Sep 17 00:00:00 2001 From: Jimmy McCosker <101635312+witherslayer67@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:28:41 -0400 Subject: [PATCH 4/8] Create index.md --- auto/index.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 auto/index.md diff --git a/auto/index.md b/auto/index.md new file mode 100644 index 0000000..1bcc4f1 --- /dev/null +++ b/auto/index.md @@ -0,0 +1,5 @@ +# Auto + +
+ +- todo From 51a9bd8cf4de2b29c3527f357a43a899762d2a37 Mon Sep 17 00:00:00 2001 From: Jimmy McCosker <101635312+witherslayer67@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:29:48 -0400 Subject: [PATCH 5/8] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c46f21..3d4ff6b 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ This is where basic to more advanced knowledge will be housed. - [Java](https://lynkrobotics.github.io/java/) -- [Software Installation](https://lynkrobotics.github.io/software/) todo -- [Git/GitHub](https://lynkrobotics.github.io/git/) todo +- [Software Installation](https://lynkrobotics.github.io/software/) +- [Git/GitHub](https://lynkrobotics.github.io/git/) - [Control Theory](https://lynkrobotics.github.io/controlTheory/) -- [Mechanism Examples / Templates](https://lynkrobotics.github.io/mechanisms/) +- [Mechanism Examples / Templates](https://lynkrobotics.github.io/mechanisms/) +- [Auto](https://lynkrobotics.github.io/auto/) - [Whitepapers](https://lynkrobotics.github.io/whitepapers/) - [Libraries](https://lynkrobotics.github.io/libraries/) From 7ace058e219352d80943aad2e737212a88f18147 Mon Sep 17 00:00:00 2001 From: Jimmy McCosker <101635312+witherslayer67@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:41:27 -0400 Subject: [PATCH 6/8] Create pathplanner.md --- auto/pathplanner.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 auto/pathplanner.md diff --git a/auto/pathplanner.md b/auto/pathplanner.md new file mode 100644 index 0000000..1139827 --- /dev/null +++ b/auto/pathplanner.md @@ -0,0 +1,20 @@ +# Pathplanner Resources + +
+ +## Software Install + + +
+ + +## Example Repository + + +
+ + +## Documentation / Wiki + + +
From e00374521b5b846bbf223602a9d1ec44479ff8fd Mon Sep 17 00:00:00 2001 From: Jimmy McCosker <101635312+witherslayer67@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:45:59 -0400 Subject: [PATCH 7/8] Update index.md --- auto/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/index.md b/auto/index.md index 1bcc4f1..4c664ce 100644 --- a/auto/index.md +++ b/auto/index.md @@ -2,4 +2,4 @@
-- todo +## [Pathplanner](./pathplanner.md) From 369b80153af406efe54bef998906ee9bbde9d8f4 Mon Sep 17 00:00:00 2001 From: Jimmy McCosker <101635312+witherslayer67@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:48:09 -0400 Subject: [PATCH 8/8] Update index.md --- auto/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/index.md b/auto/index.md index 4c664ce..2fa4155 100644 --- a/auto/index.md +++ b/auto/index.md @@ -2,4 +2,4 @@
-## [Pathplanner](./pathplanner.md) +- [Pathplanner](./pathplanner.md)