123456789101112131415161718192021222324252627282930313233343536373839404142 |
- Metadata-Version: 2.1
- Name: cozmo
- Version: 1.4.10
- Summary: SDK for Anki Cozmo, the small robot with the big personality
- Home-page: https://developer.anki.com
- Author: Anki, Inc
- Author-email: developer@anki.com
- License: Apache License, Version 2.0
- Keywords: anki,cozmo,robot,robotics,sdk
- Platform: UNKNOWN
- Classifier: Development Status :: 5 - Production/Stable
- Classifier: Intended Audience :: Developers
- Classifier: Topic :: Software Development :: Libraries
- Classifier: License :: OSI Approved :: Apache Software License
- Classifier: Programming Language :: Python :: 3.5
- Requires-Dist: cozmoclad (==3.4.0)
- Provides-Extra: 3dviewer
- Requires-Dist: PyOpenGL (>=3.1) ; extra == '3dviewer'
- Requires-Dist: Pillow (>=3.3) ; extra == '3dviewer'
- Requires-Dist: numpy (>=1.11) ; extra == '3dviewer'
- Provides-Extra: camera
- Requires-Dist: Pillow (>=3.3) ; extra == 'camera'
- Requires-Dist: numpy (>=1.11) ; extra == 'camera'
- Provides-Extra: test
- Requires-Dist: tox ; extra == 'test'
- Requires-Dist: pytest ; extra == 'test'
-
-
- The Cozmo SDK is a flexible vision-based robotics platform used in enterprise, education, and entertainment.
-
- Cozmo’s pioneering combination of advanced robotics hardware and software are part of what make him an innovative consumer experience. But it’s also what makes him, in conjunction with the Cozmo SDK, a groundbreaking robotics platform that’s expressive, engaging, and entertaining.
-
- We built the Cozmo SDK to be robust enough for enterprise and research, but simple enough for anyone with a bit of technical know-how to tap into our sophisticated robotics and AI technologies. Organizations and institutions using the Cozmo SDK include SAP, Oracle, Carnegie Mellon University, and Georgia Tech. Find out more at developer.anki.com
-
- Cozmo SDK documentation: http://cozmosdk.anki.com/docs/
-
- Official developer forum: https://forums.anki.com/
-
- Requirements:
- * Python 3.5.1 or later
-
|