Is there an estimate for the error for the different traps moving in different directions?
For example, when I call trap2.moveby(dy=-7,speed=1), pause, and then call trap2.moveby(dy=7,speed=1) the trap is not in the same place as the starting point. For me to get it to align I have to multiply the return motion by 1.36 (so 7*1.36 instead of 7) and I would like to know if this is normal behavior/if there is a better way to plan around this than trial and error?
Thanks for any advice you can provide.
Is there an estimate for the error for the different traps moving in different directions?
For example, when I call trap2.moveby(dy=-7,speed=1), pause, and then call trap2.moveby(dy=7,speed=1) the trap is not in the same place as the starting point. For me to get it to align I have to multiply the return motion by 1.36 (so 7*1.36 instead of 7) and I would like to know if this is normal behavior/if there is a better way to plan around this than trial and error?
Thanks for any advice you can provide.