JBot servor calibrate
jerdog
Posts: 6
First time using the JBot. Trying to compile BasicWheelServoCalibrate1.java
but complains that Error: Type BasicWheelServo was not found and No match was found for constructor "BasicWheelServo(int,int,int,int,int)"
I found the code BasicWheelServo.java and it succesfully compiles. BasicWheelServo.class is in the same folder as BasicWheelServoCalibrate1.java when I try to compile BasicWheelServoCalibrate1.java. What gives? It appears that the function should be available but is not somehow.
but complains that Error: Type BasicWheelServo was not found and No match was found for constructor "BasicWheelServo(int,int,int,int,int)"
I found the code BasicWheelServo.java and it succesfully compiles. BasicWheelServo.class is in the same folder as BasicWheelServoCalibrate1.java when I try to compile BasicWheelServoCalibrate1.java. What gives? It appears that the function should be available but is not somehow.