def robotInit(self):
        '''Robot-wide initialization code should go here'''

        self.dynamics = get_dynamics()
        self.dynamics.init_wpilib_devices()

        self.stick = wpilib.Joystick(0)
 def get_dynamics(self):
     return get_dynamics()