Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.35 KB

README.md

File metadata and controls

44 lines (33 loc) · 2.35 KB

Python Examples

The programming examples included in this directory cover various aspects of the Spot API from an introduction to commanding Spot through Python to incorporating a tensorflow model to registration of payloads. Check out each example's README for information on how to run and what the code accomplishes.

Boston Dynamics recommends completing the QuickStart guide before running examples in order to learn essential concepts for using the SDK.

Recommended Examples

Developers getting acquainted with the SDK may find it easier to start with certain introductory examples before progressing to more advanced ones. Here we group some of the most fundamental SDK examples by their complexity. In addition to these highlighted examples, the complete set of examples can be found below, grouped based on which parts of the API the example code is featuring, in the table of contents.

Introductory Examples

Intermediate Examples

Advanced Examples

Contents