Claw, Gantry, and Lift

This commit is contained in:
Thomas 2023-11-28 17:16:03 -06:00
parent 9a332e27d9
commit 79a8892b70
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public class Robot {
this.claw = new Claw(hardwareMap, telemetry);
this.lift = new RobotLift(hardwareMap, telemetry);
this.camera = new Camera(hardwareMap, telemetry);
this.drone = new Drone(hardwareMap);
}
public TrajectorySequenceBuilder getTrajectorySequenceBuilder() {