mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[build] Fix Gradle compile_commands.json and clang-tidy warnings (#5977)
This commit is contained in:
@@ -166,7 +166,7 @@ void SwerveDriveKinematics<NumModules>::DesaturateWheelSpeeds(
|
||||
auto k = units::math::max(translationalK, rotationalK);
|
||||
|
||||
auto scale = units::math::min(k * attainableMaxModuleSpeed / realMaxSpeed,
|
||||
units::scalar_t(1));
|
||||
units::scalar_t{1});
|
||||
for (auto& module : states) {
|
||||
module.speed = module.speed * scale;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user