vector-python-sdk icon indicating copy to clipboard operation
vector-python-sdk copied to clipboard

Anki Vector Python SDK

Results 26 vector-python-sdk issues
Sort by recently updated
recently updated
newest added

### **Error when running any sdk example in Python 3.10** `As of 3.10, the *loop* parameter was removed from Event() since it is no longer necessary` I get this error...

This SDK should have an authentication option for auth'ing through Escape Pod, for those users who are pointing to Escape Pod and want their connections to run directly through the...

Let's say i want to make my vector say "Sorry" every time he's not able to get what i said So i wrote this code: ``` def on_wake_word(robot, event_type, event):...

Does Vector API can add custom functions with voice command. Like I want to add a custom function called "light the cube", then I want to control with the voice...

In line 942 of behavior.py the variable `connection.CONTROL_PRIORITY_LEVEL.RESERVE_CONTROL` does not exist. The executable `anki_vector.reserve_control` and function `anki_vector.behavior.ReserveBehaviorControl()` fail with an exception, but run correctly if `connection.ControlPriorityLevel.RESERVE_CONTROL` is substituted.

I am using the Anki Vector SDK for Python on Python 3.8 64bit Windows, and every time that the context manager exits, regardless of the status of my Vector robot,...

I'm trying to authenticate Vector with SDK, but when I type my serial number, I keep getting these errors: ``` socket.gaierror: [Errno 11001] getaddrinfo failed urllib3.exceptions.NewConnectionError: : Failed to establish...

Hey everyone, Thanks for this SDK. I am wondering if there is a way to access the Vector microphone?

We should support python 3.8 or if that proves too difficult we should have a friendly error message instead of a big ugly traceback in the futures code.