attempted auto changes
This commit is contained in:
parent
4ada896603
commit
060b39669f
@ -46,7 +46,7 @@
|
||||
],
|
||||
"globalConstraints": {
|
||||
"maxVelocity": 3.5,
|
||||
"maxAcceleration": 1.75,
|
||||
"maxAcceleration": 1.25,
|
||||
"maxAngularVelocity": 540.0,
|
||||
"maxAngularAcceleration": 400.0,
|
||||
"nominalVoltage": 12.0,
|
||||
|
@ -46,7 +46,7 @@
|
||||
],
|
||||
"globalConstraints": {
|
||||
"maxVelocity": 5.0,
|
||||
"maxAcceleration": 1.75,
|
||||
"maxAcceleration": 1.25,
|
||||
"maxAngularVelocity": 540.0,
|
||||
"maxAngularAcceleration": 400.0,
|
||||
"nominalVoltage": 12.0,
|
||||
|
@ -46,7 +46,7 @@
|
||||
],
|
||||
"globalConstraints": {
|
||||
"maxVelocity": 3.5,
|
||||
"maxAcceleration": 1.75,
|
||||
"maxAcceleration": 1.25,
|
||||
"maxAngularVelocity": 540.0,
|
||||
"maxAngularAcceleration": 400.0,
|
||||
"nominalVoltage": 12.0,
|
||||
|
@ -111,7 +111,7 @@ public class Drivetrain extends SubsystemBase {
|
||||
m_rearRight.getPosition()
|
||||
},
|
||||
new Pose2d(),
|
||||
VecBuilder.fill(0.07, 0.7, Units.degreesToRadians(0.5)),
|
||||
VecBuilder.fill(0.1, 0.1, Units.degreesToRadians(0.5)),
|
||||
VecBuilder.fill(1, 1, Units.degreesToRadians(4000))
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user