|
Re: Any help appreciated
I don't know Java, but my guess is skip using robotdrive.motortype. That class presumes 4 control signals, whereas you only have 2.
Use robotdrive(left channel, right channel) to set your motor channels.
Also, I presume you are using one motor controller per motor, and splitting the Pwm signal. You can't drive 2 cim motors with one controller.
|