Compare commits
2
Commits
874cb0ba3b
...
202e107450
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
202e107450 | ||
|
|
5d986c83b1 |
@@ -40,6 +40,7 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':FtcRobotController')
|
implementation project(':FtcRobotController')
|
||||||
|
implementation "dev.frozenmilk.sinister:Sloth:0.2.4"
|
||||||
implementation("dev.frozenmilk.sinister:Sloth:0.2.4")
|
implementation "com.bylazar.sloth:fullpanels:0.2.4+1.0.12"
|
||||||
|
implementation "org.solverslib:core:0.3.5" // core
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,8 +7,7 @@ import org.firstinspires.ftc.teamcode.hardware.RobotHardware;
|
|||||||
/**
|
/**
|
||||||
* Represents and initializes the complete robot object with subsystems.
|
* Represents and initializes the complete robot object with subsystems.
|
||||||
*/
|
*/
|
||||||
public class Robot {
|
public final class Robot {
|
||||||
|
|
||||||
public final RobotHardware robotHardware;
|
public final RobotHardware robotHardware;
|
||||||
|
|
||||||
// Declare other public final subsystems here
|
// Declare other public final subsystems here
|
||||||
|
|||||||
@@ -19,6 +19,5 @@ dependencies {
|
|||||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||||
implementation 'com.pedropathing:ftc:2.1.2'
|
implementation 'com.pedropathing:ftc:2.1.2'
|
||||||
implementation 'com.pedropathing:telemetry:1.0.0'
|
implementation 'com.pedropathing:telemetry:1.0.0'
|
||||||
implementation("com.bylazar.sloth:fullpanels:0.2.4+1.0.12")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user