View Single Post
  #1   Spotlight this post!  
Unread 22-01-2013, 17:08
btreyl11 btreyl11 is offline
Registered User
FRC #1599
 
Join Date: Jan 2013
Location: Hanover County
Posts: 2
btreyl11 is an unknown quantity at this point
Exclamation Craziest Bug I'v Ever Seen--C++

My robot is completely ignoring the code we try to put on it and just doing arcade mode. We have tried the robot default code, customizing the simple robot code, rewiring to pwm's and the CAN system. We have renumbered the pwm's in various ways and tried writing the code with and without the DriverStation object. we have tried declaring this object as
Code:
myRobot = new RobotDrive(1,2);
and
Code:
myRobot = new RobotDrive(1,2,3,4);
I honestly don't know what to do and my team want to convert to lab view at this point. I really don't want to do that and would have to resign as head of programming if that happened so PLEASE HELP!!!