mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
Development
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Arm {
|
||||
// Moves arm to distence [dist] then returns new ang
|
||||
public int funtion moveArm(int dist) {
|
||||
// Move arm code
|
||||
return newDist;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
public class claw {
|
||||
// Opens claw
|
||||
public void funtion openClaw() {
|
||||
// Open claw
|
||||
}
|
||||
|
||||
// Closes claw
|
||||
public void function closeClaw() {
|
||||
//Close claw
|
||||
}
|
||||
|
||||
// Rotate wrist
|
||||
public int function rotClaw(int rot) {
|
||||
//Rotate wrist to ROT
|
||||
return newRot;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user