Cozmo人工智能机器人SDK使用笔记(7)-补充说明

2019-04-14 19:45发布

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)之后,再进行更多功能的探索。
  1. Cozmo人工智能机器人SDK使用笔记(1)- 基础部分basics
  2. Cozmo人工智能机器人SDK使用笔记(2)- 显示部分face
  3. Cozmo人工智能机器人SDK使用笔记(3)- 视觉部分vision
  4. Cozmo人工智能机器人SDK使用笔记(4)- 任务部分cubes_and_objects
  5. Cozmo人工智能机器人SDK使用笔记(5)- 时序部分async_sync
  6. Cozmo人工智能机器人SDK使用笔记(6)- 并行部分Parallel_Action