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
Updated ArmSubsystem control scheme, finished periodic.
Added 2 new functions to InputSubsystem:
- Added a control scheme for the lift to move the
motors while holding down button (most likely
what we'll use at the competition)
- Made a function for the coral intake
Finished implementing the PID controller and state
machine control scheme. Also updated the motor
configurations based on recent changes to the
robot design.
* All values for the ArmSubsystem and DriveSubsystem
movement need to be tested.
Copy file name to clipboardexpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,4 @@ 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)
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.
8
+
2. Socialize with multiple teams at competitions in order to learn more about robotics in general (buisness cards included)
0 commit comments