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
Coord is defined to be int16_t, and we have a scaling factor of 1<<4 when converting from floats to ints. We should instead keep everything as floats, and the Step should be the defacto 1.0 size for the project
The text was updated successfully, but these errors were encountered:
Coord is defined to be int16_t, and we have a scaling factor of 1<<4 when converting from floats to ints. We should instead keep everything as floats, and the Step should be the defacto 1.0 size for the project
The text was updated successfully, but these errors were encountered: