|
Re: Code not working
A possible problem would be that your RobotDrive is getting a null pointer because it is trying to use motors that are still null. If that is the case, the solution is simple, just move the RobotDriveInit method below the TalonInit method. Let me know if that works.
|