Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 421d2d6

Browse files
authored
added lift button functionalities
these buttons should be used mostly for testing purposes right now but can be changed later for competition functionality if necessary
1 parent ae3344f commit 421d2d6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/controllers.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
buttons
33
1 slow forward-backward movement in arcade, or all movement in tank
44
2 toggle drive type (arcade/tank) [ShiftDriveType]
5-
3
6-
4
7-
5
5+
3 move lift up w/ incremental PID [MoveLiftWithPID...true]
6+
4 move lift down w/ incremental PID [MoveLiftWithPID...false]
7+
5 use to test PID, targ height changed in SD [LiftToPosition]
88
6
99
7 move with PID by inches from SmartDashboard "Move Targ" [PIDMove]
1010
8 turn with PID by degrees from SmartDashboard "Turn Targ" [PIDTurn]
@@ -26,8 +26,8 @@
2626
7
2727
8 update the PIDController constants with SmartDashboard values [UpdatePIDConstants]
2828
9 set the left and right encoder distance per pulse with SmartDashboard values [SetDistancePerPulse]
29-
10
30-
11
29+
10 move lift up while held at very slow speed [MoveLift...true]
30+
11 move lift down while held at very slow speed [MoveLift...false]
3131
axes
3232
0 X axis arcade turn (if default)
3333
1 Y axis tank right, if NOT default: arcade forward

0 commit comments

Comments
 (0)