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

Screen_to_color doesn't last for the specified time.

Open hsreina opened this issue 6 years ago • 1 comments

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.

hsreina avatar Dec 15 '18 05:12 hsreina

@hsreina Thanks for this bug report. We have a similar (possibly the same) bug with set_screen_with_image_data. We will investigate.

Note that in the forums there have been discussions about working around the set_screen_with_image_data issue, in case this helps: https://forums.anki.com/

msintov avatar Dec 15 '18 17:12 msintov