Cozmo人工智慧機器人SDK使用筆記(7)-補充說明

zhangrelay發表於2019-01-28

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

 

相關文章