mirror of
https://github.com/TimeCrafters/FTC_2022
synced 2025-12-15 20:12:35 +00:00
Autonomous work
This commit is contained in:
@@ -53,8 +53,8 @@ public class PhoenixBot1 {
|
|||||||
public PhoenixBot1(CyberarmEngine engine) {
|
public PhoenixBot1(CyberarmEngine engine) {
|
||||||
this.engine = engine;
|
this.engine = engine;
|
||||||
|
|
||||||
// initVuforia();
|
initVuforia();
|
||||||
// initTfod();
|
initTfod();
|
||||||
setupRobot();
|
setupRobot();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -132,7 +132,7 @@ public class PhoenixBot1 {
|
|||||||
HighRiserLeft.setPosition(0.45);
|
HighRiserLeft.setPosition(0.45);
|
||||||
HighRiserRight.setPosition(0.45);
|
HighRiserRight.setPosition(0.45);
|
||||||
|
|
||||||
CameraServo.setPosition(0);
|
CameraServo.setPosition(0.8);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -148,7 +148,7 @@ public class PhoenixBot1 {
|
|||||||
|
|
||||||
|
|
||||||
// Instantiate the Vuforia engine
|
// Instantiate the Vuforia engine
|
||||||
// vuforia = ClassFactory.getInstance().createVuforia(parameters);
|
vuforia = ClassFactory.getInstance().createVuforia(parameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initTfod() {
|
private void initTfod() {
|
||||||
|
|||||||
Reference in New Issue
Block a user