NeaseRoboticsTeam / EZR-class

Willpower class for FIRST robotics
2 stars 1 forks source link

Tankdrive does not have enough parameters #7

Closed cybertheory closed 7 years ago

cybertheory commented 7 years ago

The tank drive function is not being called properly: myRobot.TankDrive(Lval, Rval); It takes an additional bool

' TankDrive (double leftValue, double rightValue, bool squaredInputs=true)'

http://first.wpi.edu/FRC/roborio/release/docs/cpp/classfrc_1_1RobotDrive.html

cybertheory commented 7 years ago

Case Closed I found that the additional bool is already declared as "True".