Metadata-Version: 2.1
Name: bosdyn-mission
Version: 3.0.2
Summary: Boston Dynamics mission code
Home-page: https://dev.bostondynamics.com/
Author: Boston Dynamics
Author-email: support@bostondynamics.com
License: UNKNOWN
Project-URL: Documentation, https://dev.bostondynamics.com/
Project-URL: Source, https://github.com/boston-dynamics/spot-sdk/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: bosdyn-client (==3.0.2)
Requires-Dist: bosdyn-api (==3.0.2)
Requires-Dist: six
Requires-Dist: future ; python_version < "3.3"
Requires-Dist: enum34 ; python_version < "3.4"

<!--
Copyright (c) 2021 Boston Dynamics, Inc.  All rights reserved.

Downloading, reproducing, distributing or otherwise using the SDK Software
is subject to the terms and conditions of the Boston Dynamics Software
Development Kit License (20191101-BDSDK-SL).
-->

# bosdyn-mission

<p align="center">
<img src="https://www.bostondynamics.com/sites/default/files/2020-05/spot.png" style="max-width:50%;">
</p>

The bosdyn-mission wheel contains client interfaces and helper functionality for managing 
missions, which are part of the Boston Dynamics Spot API. The client interfaces in this wheel 
implement the mission-related Remote Procedure Calls (RPCs) defined in 
[bosdyn-api wheel](https://pypi.org/project/bosdyn-api/) and they utilize code included in the 
[bosdyn-client wheel](https://pypi.org/project/bosdyn-client/). Full design documentation for the 
functionality included in this wheel can be found 
[here](https://dev.bostondynamics.com/docs/concepts/autonomy/missions_service).


