コード例 #1
0
 def __init__(self, sampling_period, wheel_radius=None, L=None):
     Robot.__init__(self, sampling_period, wheel_radius, L)
コード例 #2
0
 def __init__(self, sampling_period):
     Robot.__init__(self, sampling_period)