Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Little readme changes
Browse files Browse the repository at this point in the history
capitals n such
  • Loading branch information
GalexY727 committed Oct 8, 2023
1 parent a5dafd9 commit 3d932b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
***[Check out our release video!](https://www.youtube.com/watch?v=b3fmnyfDZ1o)***

## Highlights
- Field-Centric Swerve Drive
- Two-link arm driven by Inverse Kinematics
- Field-centric swerve drive
- Two-link arm driven by inverse kinematics
- Modular autonomous routines
- Auto balance for Charge Pad using gyroscope
- Auto placement for cubes and cones
- Auto alignment and placement for cubes and cones
- April Tag interpretation using PhotonVision

## Major Package Functions
Expand All @@ -27,7 +27,7 @@
- [`src.math.java.hardware`](src/main/java/hardware)

- The source of our subsystems, where motors are driven. This include the [Arm](src/main/java/hardware/Arm.java), [Claw](src/main/java/hardware/Claw.java), and [Swerve](src/main/java/hardware/Swerve.java) drive (which is made up of [MAXSwerveModules](src/main/java/hardware/MAXSwerveModule.java)).
- You can also find our [LEDController](main/src/main/java/hardware/LEDController) and [calibration](main/src/main/java/hardware/LEDCallibration) tool, which communicates with an Arduino Nano for our [LEDs](main/src/main/java/hardware/LEDController/LEDController.ino).
- You can also find our [LEDController](main/src/main/java/hardware/LEDController) and [calibration](main/src/main/java/hardware/LEDCallibration) tool, which communicates with an Arduino Uno for our [LEDs](main/src/main/java/hardware/LEDController/LEDController.ino).

Want to find out more?
[`Jump into the code!`](src/main/java/)
Expand Down

0 comments on commit 3d932b0

Please sign in to comment.