''' check if network, gps, and all the sensors work normally ''' def netcheck(): # return True if OK pass def gps_check(): # return True if OK pass def sensor_check(): # return True if OK pass