Hello. I am trying to code this function that makes a motor group spin when pressing a button. then, a distance sensor senses if an object is there, and when it is, the motors spin a little bit, and then spin reversely some other number of rotations. I used the move_relative and move_absolute functions, and it is not consistent at all. I mean, when i write 0.3 it spins the same as 0.5, but sometimes spins too much. I don’t get it. Tried to make it based on time and I have the same problem.