Replace instances of frc-characterization with SysId (NFC) (#3681)

This commit is contained in:
Tyler Veness
2021-10-27 06:40:17 -07:00
committed by GitHub
parent b82d4f6e58
commit 8d04606c4d
3 changed files with 17 additions and 21 deletions

View File

@@ -109,7 +109,7 @@ public class DifferentialDrivetrainSim {
* @param gearing The gearingRatio ratio of the robot, as output over input. This must be the same
* ratio as the ratio used to identify or create the drivetrainPlant.
* @param trackWidthMeters The distance between the two sides of the drivetrian. Can be found with
* frc-characterization.
* SysId.
* @param wheelRadiusMeters The radius of the wheels on the drivetrain, in meters.
* @param measurementStdDevs Standard deviations for measurements, in the form [x, y, heading,
* left velocity, right velocity, left distance, right distance]ᵀ. Can be null if no noise is
@@ -474,7 +474,7 @@ public class DifferentialDrivetrainSim {
* @param gearing The gearing reduction used.
* @param wheelSize The wheel size.
* @param jKgMetersSquared The moment of inertia of the drivebase. This can be calculated using
* frc-characterization.
* SysId.
* @param measurementStdDevs Standard deviations for measurements, in the form [x, y, heading,
* left velocity, right velocity, left distance, right distance]ᵀ. Can be null if no noise is
* desired. Gyro standard deviations of 0.0001 radians, velocity standard deviations of 0.05