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

r = RobotCommunications(debug=True)
r.rotate(80, 1)
コード例 #2
0
ファイル: move.py プロジェクト: sgupta2912/sdp_12
from RobotCommunications import RobotCommunications
import time

r = RobotCommunications(debug=True)
r.rotate(100)
time.sleep(1)
r.stop()