i have done some testing with the RemoteMotor class (lejos 0.85). One major problem, which i have observed, is the behaviour of the following program:
- Code: Select all
import lejos.nxt.Motor;
public class Test {
public static void main(String[] args) {
Motor.A.rotate(0);
}
}
Running this program causes the motor at port A to rotate infinitely. I think rotate(0) should cause the corresponding motor to do nothing, or? This wrong behavior is also a problem when using remotely (USB or Bluetooth) SimpleNavigator with TachoPilot.
Thanks for any comments on this problem,
Epi
