mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
ArmFeedforward::Calculate() can't be made constexpr because std::cos() and thus units::math::cos() is not constexpr. Fixes #2101.
ArmFeedforward::Calculate() can't be made constexpr because std::cos() and thus units::math::cos() is not constexpr. Fixes #2101.