コード例 #1
0
ファイル: rotateLeft.py プロジェクト: Luddzik/sdp_12
from RobotCommunications import RobotCommunications
import time


r = RobotCommunications(debug=True)
r.rotateLeft(100)
time.sleep(2)
r.stop()