I try to let the robot follow a straight line for about 2 metres, using the method:
movePilot.travel(2000)
but when doing so, the robot seems to be biased and is slightly going to the right side. Is there any possibility to adjust this?
I try to let the robot follow a straight line for about 2 metres, using the method:
movePilot.travel(2000)
but when doing so, the robot seems to be biased and is slightly going to the right side. Is there any possibility to adjust this?
This is almost definitely a hardware problem - specifically an unbalanced design, a wheel that needs to be pushed all the way in, etc. Any difference in weight or design between the two sides can cause this.