-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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.
Reactions are currently unavailable