def __init__(self, sampling_period, wheel_radius=None, L=None): Robot.__init__(self, sampling_period, wheel_radius, L)
def __init__(self, sampling_period): Robot.__init__(self, sampling_period)