Skip to content

Commit

Permalink
Merge pull request #4 from LynkRobotics/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
witherslayer67 authored Oct 3, 2023
2 parents 8a440e5 + 369b801 commit f34ddbb
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
5 changes: 5 additions & 0 deletions auto/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Auto

<br>

- [Pathplanner](./pathplanner.md)
20 changes: 20 additions & 0 deletions auto/pathplanner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Pathplanner Resources

<br>

## Software Install


<br>


## Example Repository


<br>


## Documentation / Wiki


<br>
15 changes: 15 additions & 0 deletions mechanisms/elevator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Elevator Resources

<br>

## Elevator Repositories
- todo
<br>

## Elevator Videos
- todo

<br>

## Elevator Whitepapers (adv. stuff)
- todo
2 changes: 1 addition & 1 deletion mechanisms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

- [Swerve](./swerve.md)
- [Arm](./arm.md)
- [Elevator]() todo
- [Elevator](./elevator.md)
- [Shooter](./shooter.md)

0 comments on commit f34ddbb

Please sign in to comment.