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