Metadata-Version: 2.1
Name: bosdyn-core
Version: 3.2.2.post1
Summary: Boston Dynamics API Core code and interfaces
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-api (==3.2.2.post1)
Requires-Dist: Deprecated (~=1.2.10)

<!--
Copyright (c) 2022 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-core

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

The bosdyn-core wheel contains core helper functions for the Boston Dynamics Spot API. The classes
defined in this wheel are used by the clients in
[bosdyn-client](https://pypi.org/project/bosdyn-client/) and
[bosdyn-mission](https://pypi.org/project/bosdyn-mission/) wheels to communicate with the services
running on the Spot robots. The wheel contains two classes:

- **Geometry**: Helper functions to convert between quaternions and Euler XYZ orientations.
- **Util**: Common utility functions for API Python code.


