mirror of
https://github.com/TimeCrafters/FTC_2022
synced 2025-12-15 20:12:35 +00:00
Updated TeleOp collector A button positions to actively be driving the servos down to prevent/mitigate bouncing on approach to eat cone
This commit is contained in:
@@ -20,8 +20,8 @@ public class PhoenixTeleOPState extends CyberarmState {
|
|||||||
private double RobotRotation;
|
private double RobotRotation;
|
||||||
private double RotationTarget, DeltaRotation;
|
private double RotationTarget, DeltaRotation;
|
||||||
private double MinimalPower = 0.25, topServoOffset = -0.05;
|
private double MinimalPower = 0.25, topServoOffset = -0.05;
|
||||||
private double servoCollectLow = 0.45; //Low servos, A button
|
private double servoCollectLow = 0.40; //Low servos, A button
|
||||||
private double servoCollectHigh = 0.55; //High servos, A button
|
private double servoCollectHigh = 0.40; //High servos, A button
|
||||||
private double servoLowLow = 0.5; //Low servos, X button
|
private double servoLowLow = 0.5; //Low servos, X button
|
||||||
private double servoLowHigh = 0.75; //High servos, X button
|
private double servoLowHigh = 0.75; //High servos, X button
|
||||||
private double servoMedLow = 0.5; //Low servos, B button
|
private double servoMedLow = 0.5; //Low servos, B button
|
||||||
|
|||||||
Reference in New Issue
Block a user