Snaw3

Results 2 comments of Snaw3

![grafik](https://user-images.githubusercontent.com/77643025/224849849-ef2482cc-8a57-4bd8-b875-e84efcf97655.png)

This fixes the issue: ```c++ // Handle wrap around if (ticksLeft > 0.9 * util::V_3_MAX_ENCODER_TICKS) { ticksLeft -= util::V_3_MAX_ENCODER_TICKS; } else if (ticksLeft < -0.9 * util::V_3_MAX_ENCODER_TICKS) { ticksLeft +=...