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
We should be using fixed width C99 types (uint8_t, int32_t) rather than traditional C types (int, unsigned long) to avoid variable sizing confusions. New/old steering code does not handle angles >29000 hundredths of degree or velocities over 32000 hundredths of degree/s well. This may require a thorough code review to fix.
The text was updated successfully, but these errors were encountered:
We should be using fixed width C99 types (
uint8_t
,int32_t
) rather than traditional C types (int
,unsigned long
) to avoid variable sizing confusions. New/old steering code does not handle angles >29000 hundredths of degree or velocities over 32000 hundredths of degree/s well. This may require a thorough code review to fix.The text was updated successfully, but these errors were encountered: