Skip to content

Commit

Permalink
Merge branch 'FurtherLinearSystemSimSimp' of https://github.com/narms…
Browse files Browse the repository at this point in the history
…tro2020/allwpilib into FurtherLinearSystemSimSimp
  • Loading branch information
narmstro2020 committed Apr 8, 2024
2 parents 0496930 + 68de32a commit ecaaa99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wpilibc/src/test/native/cpp/simulation/DCMotorSimTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ TEST(DCMotorSimTest, VoltageSteadyState) {

}

EXPECT_NEAR((gearbox.Kv * frc::RobotController::GetBatteryVoltage()).value(), encoder.GetRate(), 0.1);
EXPECT_NEAR((gearbox.Kv * frc::RobotController::GetBatteryVoltage()).value(),
encoder.GetRate(), 0.1);

// Decay
for (int i = 0; i < 100; i++) {
Expand Down

0 comments on commit ecaaa99

Please sign in to comment.