We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494a077 commit c0f5e8cCopy full SHA for c0f5e8c
getting_started/observer/driving/drive_target_slewing.py
@@ -3,14 +3,10 @@
3
import time
4
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../../../')))
5
6
-import asyncio
7
from sphero_sdk import SpheroRvrObserver
8
-from sphero_sdk import SerialAsyncDal
9
from sphero_sdk import LinearVelocitySlewMethodsEnum
10
11
12
-loop = asyncio.get_event_loop()
13
-
14
rvr = SpheroRvrObserver()
15
16
# Flag for tracking position move completion
0 commit comments