https://github.com/reubenstr/ElectroPup/blob/31211a45084a431e13faa064aad1ad2ae24a0c3b/src/system/motors/motor.py#L265 Replace with: ``` raw_data = int.from_bytes(reply.data[1:8] + b'\x00', byteorder='little', signed=True) raw_pos = raw_data / 1000.0 ```
ElectroPup/src/system/motors/motor.py
Line 265 in 31211a4
Replace with: