// Make sure you call the super of teleopInit()
 public void teleopInit() {
   super.teleopInit();
 }