内容简介:Integrate Boston Dynamics robots into your applications with the Boston Dynamics Developer Toolkit.The Toolkit consists of:The Python client library is supported on the following platforms:
Boston Dynamics | Developer
Integrate Boston Dynamics robots into your applications with the Boston Dynamics Developer Toolkit.
The Toolkit consists of:
- Robot APIs to control the robot and read information about the world.
- The Python client library and tests.
- Documentation.
- Example Programs.
Python
Supported Platforms and Versions
The Python client library is supported on the following platforms:
- Windows 10
- MacOS 10.14 (Mojave)
- Ubuntu 18.04 LTS
Python 3.6 and Python 3.7 are supported. Note that Python 3.8 is not supported at this point.
Python 2.7 is not supported. The Python 2 End-Of-Life is coming at the beginning of 2020, and Python developers are encouraged to move to Python 3.
Documentation and tutorials
The Python QuickStart is a step-by-step guide that will get you up and running on the Python libraries, and cover a number of key concepts along the way.
The Python Reference is a detailed reference manual for API calls.
Example Programs:
- Hello, Spot! provides a basic template for issuing simple commands to Spot.
- WASD is an interactive terminal-based program for controlling Spot via the keyboard. It demonstrates more advanced use of the command system.
- The Command Line tool lets you inspect the state of the robot, and demonstrates how to handle errors well.
Contact Us
Email support@bostondynamics.com to get in touch with the Boston Dynamics Support team.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法分析
[美]Mark Allen Weiss / 张怀勇 / 人民邮电出版社 / 2007年 / 49.00元
《数据结构与算法分析:C++描述(第3版)》是数据结构和算法分析的经典教材,书中使用主流的程序设计语言C++作为具体的实现语言。书的内容包括表、栈、队列、树、散列表、优先队列、排序、不相交集算法、图论算法、算法分析、算法设计、摊还分析、查找树算法、k-d树和配对堆等。《数据结构与算法分析:C++描述(第3版)》适合作为计算机相关专业本科生的数据结构课程和研究生算法分析课程的教材。本科生的数据结构课......一起来看看 《数据结构与算法分析》 这本书的介绍吧!