attempted auto changes

This commit is contained in:
Team 2648 2025-04-16 15:22:24 -04:00
parent 4ada896603
commit 060b39669f
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@
],
"globalConstraints": {
"maxVelocity": 3.5,
"maxAcceleration": 1.75,
"maxAcceleration": 1.25,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 400.0,
"nominalVoltage": 12.0,

View File

@ -46,7 +46,7 @@
],
"globalConstraints": {
"maxVelocity": 5.0,
"maxAcceleration": 1.75,
"maxAcceleration": 1.25,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 400.0,
"nominalVoltage": 12.0,

View File

@ -46,7 +46,7 @@
],
"globalConstraints": {
"maxVelocity": 3.5,
"maxAcceleration": 1.75,
"maxAcceleration": 1.25,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 400.0,
"nominalVoltage": 12.0,

View File

@ -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))
);