Git Product home page Git Product logo

Comments (3)

ninp0 avatar ninp0 commented on May 20, 2024 1

Somewhat of a hack but changing the behavior_activation_timeout value and setting cache_animation_lists=False at startup seems to eliminate the issue for me:

    robot = anki_vector.Robot(
      show_viewer=True,
      show_3d_viewer=True,
      enable_face_detection=True,
      enable_custom_object_detection=True,
      enable_nav_map_feed=True,
      behavior_activation_timeout=30.0,
      cache_animation_lists= False
    )
$ python --version
Python 3.11.2

from vector-python-sdk.

thesmatt avatar thesmatt commented on May 20, 2024

It is SDK code no longer supported by most recent python. Revert to 3.7.5 to prevent all these errors.

from vector-python-sdk.

sam1am avatar sam1am commented on May 20, 2024

Even with python 3.7.5 I get this same error.

from vector-python-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.