mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +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.