Conversation
|
Tested on robot. Driving seems smoother but auton is acting up. But looking at the code 2025RobotProject/src/main/java/frc/robot/constants/AutoConstants.java Lines 48 to 50 in f4cecad 2025RobotProject/src/main/java/frc/robot/subsystems/DriveTrain.java Lines 148 to 166 in f4cecad Also we set AutoBuilder but don't use it and instead create a new FollowPathCommand with the values in AutoBuilder every time... 2025RobotProject/src/main/java/frc/robot/autons/Auton.java Lines 69 to 88 in f4cecad |
|
It makes sense that you would need to change the PID constants for auto if you change the module constants. Pathplanner should have docs on how to modify those values. |
|
The linear filter stuff in the driver joystick won't affect auto |
|
So does that mean this is good to merge? |
|
If the PID changes made to SwerveConstants are affecting Auto, then no. We need to fix the PID Constants in Auto to account for the change or revert the change |
Pull Request
Issue Number
Closes #91
Comments