You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beaverlib has its own unit system separate from WPI and by using extension functions, units can simply be defined, such as 1.0.meters, and can be converted by using robotWidth.asInches. This also means that converting in-place is significantly simpler, as you can do 180.0.degrees.asRadians to convert from degrees to radians.