File tree Expand file tree Collapse file tree
TeamCode/src/main/java/org/firstinspires/ftc/teamcode Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828 */
2929
30- package org .firstinspires .ftc .teamcode . teleop ;
30+ package org .firstinspires .ftc .teamcode ;
3131
3232import com .qualcomm .hardware .bosch .BNO055IMU ;
3333import com .qualcomm .hardware .bosch .JustLoggingAccelerationIntegrator ;
@@ -80,7 +80,6 @@ public void runOpMode() {
8080 DcMotor rB = hardwareMap .dcMotor .get ("back_right" );
8181 DcMotor arm1 = hardwareMap .dcMotor .get ("arm1" );
8282 DcMotor duckies = hardwareMap .dcMotor .get ("duckies" );
83- Servo wrist1 = hardwareMap .servo .get ("wrist" );
8483 Servo grabber = hardwareMap .servo .get ("grabber" );
8584 BNO055IMU imu = hardwareMap .get (BNO055IMU .class , "imu" );
8685
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 google()
1111 }
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:7.2.0 '
13+ classpath ' com.android.tools.build:gradle:7.3.1 '
1414 }
1515}
1616
You can’t perform that action at this time.
0 commit comments