commit fixed arm bugs

This commit is contained in:
Xander Haemel
2025-02-02 15:05:36 -08:00
parent 1831b6621c
commit 3bcde94416

View File

@ -21,6 +21,7 @@ public class HangMotorSubsystem {
return Return;
}
public void init(){
//init hook, set runmodes
hang.setMode(DcMotor.RunMode.STOP_AND_RESET_ENCODER);
hang.setDirection(DcMotorSimple.Direction.FORWARD);
hang.setZeroPowerBehavior(DcMotor.ZeroPowerBehavior.BRAKE);