Skip to content

Commit 7124898

Browse files
committed
Key Code Files
1 parent 6833292 commit 7124898

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Please visit our website and documentation: https://teamfrozencodeftc.github.io/
44

55
Jump to the code powering Black Ice: https://github.com/TeamFrozenCodeFTC/Black-Ice-Path-Follower/tree/main/TeamCode/src/main/java/org/firstinspires/ftc/blackice
66

7+
Key Code Files:
8+
- [Example opMode](https://github.com/TeamFrozenCodeFTC/Black-Ice-Path-Follower/blob/main/TeamCode/src/main/java/org/firstinspires/ftc/blackice/examples/Example.java)
9+
- [Vector and Drive Power Calculations](https://github.com/TeamFrozenCodeFTC/Black-Ice-Path-Follower/blob/main/TeamCode/src/main/java/org/firstinspires/ftc/blackice/core/follower/DrivePowerController.java)
10+
- [Following Path Routines Logic](https://github.com/TeamFrozenCodeFTC/Black-Ice-Path-Follower/blob/main/TeamCode/src/main/java/org/firstinspires/ftc/blackice/core/follower/PathRoutineController.java)
11+
- [Quadratic-Damped PID implementation](https://github.com/TeamFrozenCodeFTC/Black-Ice-Path-Follower/blob/main/TeamCode/src/main/java/org/firstinspires/ftc/blackice/core/control/QuadraticDampedPIDController.java)
12+
13+
714
## Requirements
815
1. Program in Java and use Android Studio. Steps to setup Android Studio [here](https://ftc-docs.firstinspires.org/en/latest/programming_resources/tutorial_specific/android_studio/installing_android_studio/Installing-Android-Studio.html) if you haven't already.
916
2. Have odometry wheels or some form of localization.

0 commit comments

Comments
 (0)