内容简介: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.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入剖析Tomcat
Budi Kurniawan、Paul Deck / 曹旭东 / 机械工业出版社华章公司 / 2011-12-31 / 59.00元
本书深入剖析Tomcat 4和Tomcat 5中的每个组件,并揭示其内部工作原理。通过学习本书,你将可以自行开发Tomcat组件,或者扩展已有的组件。 Tomcat是目前比较流行的Web服务器之一。作为一个开源和小型的轻量级应用服务器,Tomcat 易于使用,便于部署,但Tomcat本身是一个非常复杂的系统,包含了很多功能模块。这些功能模块构成了Tomcat的核心结构。本书从最基本的HTTP请求开......一起来看看 《深入剖析Tomcat》 这本书的介绍吧!