|
Re: Java coding help
It's hard to tell with the formatting, but did you set the motor controller values within the RobotBase update method?
I'd also recommend skipping the d_LeftDriveMotor & d_RightDriveMotor variables and just have the update method take in two double parameters and set the motor controller values directly to prevent errors like this.
|