anki / cozmo-python-sdk

Anki Cozmo Python SDK
Other
670 stars 436 forks source link

COZMO-10798 Fix warnings in docs and code #105

Closed MarkWez closed 7 years ago

MarkWez commented 7 years ago

Removed EvtObjectAvailable reference (it no longer exists) Replaced logger.warn with logger.warning Added more detail to CustomObject and FixedCustomObject docstrings to show how to create/use them. Fixed head vs lift typos in SetLiftHeight Add type info for World.latest_image (helps Pycharm etc.) Replaced warning in recv_msg_located_object_states with code to handle that case, as it happens frequently.