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

Misnamed variable in behavior.py

Open ruojiasun opened this issue 5 years ago • 0 comments
trafficstars

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.

ruojiasun avatar Aug 06 '20 16:08 ruojiasun