Closed Akustav closed 2 years ago
https://github.com/ut-robotics/picr21-team-shaq/blob/8ae20e5501d61d2b16a69e7d05405c0ee861823d/src/comm.py#L27
You currently send stuff to serial as fast as the code allows. Maybe this is not needed?
time.sleep(0.008) added
https://github.com/ut-robotics/picr21-team-shaq/blob/8ae20e5501d61d2b16a69e7d05405c0ee861823d/src/comm.py#L27
You currently send stuff to serial as fast as the code allows. Maybe this is not needed?