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
* @param gearHandler The gear handler on this robot. Can be null.
117
117
* @param RIOduinoPort The I2C port of the RIOduino plugged into this robot. Can be null.
118
118
* @param allianceSwitch The switch for selecting which alliance we're on. Can be null if doMP is false or
119
-
* testMP
120
-
* is true, but otherwise must have a value.
121
-
* @param dropGearSwitch The switch for deciding whether or not to drop the gear. Can be null if doMP is false
122
-
* or
123
119
* testMP is true, but otherwise must have a value.
124
-
* @param locationDial The dial for selecting which side of the field the robot is on. Can be null if doMP
125
-
* is
126
-
* false or testMP is true, but otherwise must have a value.
127
-
* @param boilerAuto The command to run in autonomous on the boiler side of the field. Can be null if doMP
128
-
* is
129
-
* false or testMP is true, but otherwise must have a value.
130
-
* @param centerAuto The command to run in autonomous on the center of the field. Can be null if doMP is
131
-
* false
120
+
* @param dropGearSwitch The switch for deciding whether or not to drop the gear. Can be null if doMP is false
132
121
* or testMP is true, but otherwise must have a value.
133
-
* @param feederAuto The command to run in autonomous on the feeding station side of the field. Can be
134
-
* null
135
-
* if
136
-
* doMP is false or testMP is true, but otherwise must have a value.
122
+
* @param locationDial The dial for selecting which side of the field the robot is on. Can be null if doMP is false or testMP is true, but otherwise must have a value.
123
+
* @param boilerAuto The command to run in autonomous on the boiler side of the field. Can be null if doMP is false or testMP is true, but otherwise must have a value.
124
+
* @param centerAuto The command to run in autonomous on the center of the field. Can be null if doMP is
125
+
* false or testMP is true, but otherwise must have a value.
126
+
* @param feederAuto The command to run in autonomous on the feeding station side of the field. Can be null if doMP is false or testMP is true, but otherwise must have a value.
137
127
* @param leftTestProfile The profile for the left side of the drive to run in test mode. Can be null if either
138
128
* testMP or doMP are false, but otherwise must have a value.
139
-
* @param rightTestProfile The profile for the right side of the drive to run in test mode. Can be null if
140
-
* either
141
-
* testMP or doMP are false, but otherwise must have a value.
129
+
* @param rightTestProfile The profile for the right side of the drive to run in test mode. Can be null if either testMP or doMP are false, but otherwise must have a value.
142
130
* @param leftProfiles The starting position to peg profiles for the left side. Should have options for
143
-
* "red_right", "red_center", "red_left", "blue_right", "blue_center", and "blue_left".
144
-
* Can
145
-
* be null if doMP is false or testMP is true, but otherwise must have a value.
131
+
* "red_right", "red_center", "red_left", "blue_right", "blue_center", and "blue_left". Can be null if doMP is false or testMP is true, but otherwise must have a value.
146
132
* @param rightProfiles The starting position to peg profiles for the right side. Should have options for
147
-
* "red_right", "red_center", "red_left", "blue_right", "blue_center", and "blue_left".
148
-
* Can
149
-
* be null if doMP is false or testMP is true, but otherwise must have a value.
133
+
* "red_right", "red_center", "red_left", "blue_right", "blue_center", and "blue_left". Can be null if doMP is false or testMP is true, but otherwise must have a value.
150
134
* @param nonMPAutoCommand The command to run during autonomous if doMP is false. Can be null, and if it is, no
151
135
* command is run during autonomous.
152
136
* @param testMP Whether to run the test or real motion profile during autonomous. Defaults to false.
Copy file name to clipboardExpand all lines: RoboRIO/src/main/java/org/usfirst/frc/team449/robot/drive/talonCluster/commands/UnidirectionalNavXDefaultDrive.java
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -90,10 +90,7 @@ public UnidirectionalNavXDefaultDrive(@JsonProperty(required = true) double abso
Copy file name to clipboardExpand all lines: RoboRIO/src/main/java/org/usfirst/frc/team449/robot/interfaces/subsystem/NavX/commands/PIDAngleCommand.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ public PIDAngleCommand(@JsonProperty(required = true) double absoluteTolerance,
89
89
//This caps the output we can give. One way to set up closed-loop is to make P large and then use this to
Copy file name to clipboardExpand all lines: RoboRIO/src/main/java/org/usfirst/frc/team449/robot/mechanism/climber/commands/RunMotorWhileConditonMet.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,6 @@ public class RunMotorWhileConditonMet <T extends YamlSubsystem & BinaryMotorSubs
0 commit comments