You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added control scheme for lift, made PID controller
Made a new function in InputSubsystem that takes
inputs from the 3 control schemes:
- Used B and X for xbox controller
- Used buttons 3 and 4 for both schemes using the joysticks
- Returns the desired number of rotations to reach
the next/previous height depending on the input
- The number of rotations are stored in
Constants.java for each height of the lift
Started configuring PID controller in ArmSubsystem.
Next Steps:
- Complete the ArmSubsystem periodic and move the
lift motors according to the desired stage
- Test the lift to find desired heights (in rotations) of each stage
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,5 @@ Code for the ESHS P.O.T.A.T.O.E.S. swerve drive test platform.
5
5
6
6
## To-do list
7
7
1. Temporarily disable feedForward mechanism (example code) to see what PID controller does, and vice versa. Test to see if we like how the feedForward mechanism works with the PID controller
8
-
2. Socialize with multiple teams at competitions in order to learn more about robotics in general (buisness cards included)
8
+
2. Socialize with multiple teams at competitions in order to learn more about robotics in general (buisness cards included)
9
+
3. Measure the height of each coral branch and associate number of rotations to each height. Then set each of those values to the corresponding variables in Constants.java.
0 commit comments