vector-python-sdk
vector-python-sdk copied to clipboard
Anki Vector Python SDK
I tried running the interactive shell on a headless raspberry pi and there was a traceback because we couldn't start up Tk for some gui element. There's no way this...
Hi, I am learning gRPC and I find vector-python-sdk a great example using gRPC. grpcio/aiogrpc supports cancellation for sync/async client, https://github.com/grpc/grpc/tree/master/examples/python/cancellation , Is there any consideration preferring CancelActionByIdTagRequest over the...
I get this error when my scripts ends. I thought it was my own bad code at first (naturally) but I've just tested it on the beginners scripts 01_hello_world.py and...
THERE IS MISSING FILES COMMAND PROMT DETECTED IT >>> 1. BUILD_EXT FILE ISNT THERE * 2. THE WHOLE HTML S FOLDER IS MISSING *** 3. GRPC.PY/GPRC.HTML.ETC IS MISSING * CAN...
I have got the python3 -m anki_robot.configure but this is what comes up. ImportError: cannot import name 'CancelledError' from 'asyncio.futures' (/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/futures.py)
THERE IS MISSING FILES COMMAND PROMT DETECTED IT >>> BUILD_EXT FILE ISNT THERE * THE WHOLE HTML S FOLDER IS MISSING *** GRPC.PY/GPRC.HTML.ETC IS MISSING * CAN U GUYS PLEASE...
File "/anaconda3/lib/python3.7/wave.py", line 510, in open return Wave_read(f) File "/anaconda3/lib/python3.7/wave.py", line 164, in __init__ self.initfp(f) File "/anaconda3/lib/python3.7/wave.py", line 144, in initfp self._read_fmt_chunk(chunk) File "/anaconda3/lib/python3.7/wave.py", line 269, in _read_fmt_chunk raise Error('unknown...
Whats the rate of vectoer generates the last image ?
When I run this function ``` robot.screen.set_screen_to_color(anki_vector.color.Color(rgb=[255, 0, 255]), duration_sec=10.0) ``` The screen color doesn't last 10 seconds. The duration changes a little based on the chosen color.
_open_connections(self) on connection.py just returns when a network disconnection occurs and the task ends. Upon reconnection the task is not restarted so robot control requests are never granted. Wrapping the...