Right now, in Constants.java, we specify the "currentMode" as REAL, SIM, or REPLAY. We should add an additional case, called KANG, which only creates the drive train, any cameras/mechanisms attached to it. This way, we do not need to deal with any potential Null Pointers or annoying log statements in the console
Right now, in Constants.java, we specify the "currentMode" as REAL, SIM, or REPLAY. We should add an additional case, called KANG, which only creates the drive train, any cameras/mechanisms attached to it. This way, we do not need to deal with any potential Null Pointers or annoying log statements in the console