
Anki Cozmo Python SDK的示例程序
有关示例程序的教程,请参考tutorials文件夹,从01_basics子目录中的hello_world到更高级的场景和操作示例。
查看apps目录,了解一些有趣的全功能程序,如遥控器和桌面监控。
有关Cozmo使用“If This Then That”服务的一些示例,请参阅if_this_then_that目录。
有关如何将SDK连接到多个设备和机器人的示例,请参阅multi_robot目录。
Example programs for the Anki Cozmo Python SDK See the tutorials directory for a progression of example programs all the way from hello_world in the 01_basics sub-directory, through to more advanced vision and action examples. See the apps directory for some fun fully-featured programs like a remote control and a desk security guard. See the if_this_then_that directory for some examples that connect Cozmo to the "If This Then That" service. See the multi_robot directory for an example of how to connect the SDK to multiple devices and robots.
在掌握完成SDK笔记(1)~(6)之后,再进行更多功能的探索。