tank
This commit is contained in:
parent
08bdcc9ba6
commit
fd2a6157e2
@ -148,9 +148,9 @@ void opcontrol() {
|
|||||||
while (true) {
|
while (true) {
|
||||||
// get joystick positions
|
// get joystick positions
|
||||||
int leftY = controller.get_analog(pros::E_CONTROLLER_ANALOG_LEFT_Y);
|
int leftY = controller.get_analog(pros::E_CONTROLLER_ANALOG_LEFT_Y);
|
||||||
int rightX = controller.get_analog(pros::E_CONTROLLER_ANALOG_RIGHT_X);
|
int rightY = controller.get_analog(pros::E_CONTROLLER_ANALOG_RIGHT_Y);
|
||||||
// move the chassis with curvature drive
|
// move the chassis with curvature drive
|
||||||
chassis.curvature(leftY, rightX);
|
chassis.tank(leftY, rightY);
|
||||||
// delay to save resources
|
// delay to save resources
|
||||||
pros::delay(10);
|
pros::delay(10);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user