Metadata-Version: 2.1
Name: alloylib
Version: 0.0.4
Summary: Lab Library for Commonly used Modules/Functions
Home-page: https://github.com/CMU-ARM/alloy
Author: Xiang Zhi Tan
Author-email: zhi.tan@ri.cmu.edu
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pyquaternion

# Alloy
Copyright (C) 2020 Transportation, Bots, and Disability Lab - Carnegie Mellon University  
Licensed under the MIT license

This is basic library that provide commonly used Functions in different areas of robotics. The current library consists of functions for *basic robot math operations*, *ROS math wrappers*, *Baxter related functions*, *Graph search implementations*, *Basic State Machines*. The library is developed for internal use but we welcome others to use it if they find it useful.

# Installation
The best way to install this package is to clone/download the package and install it with
```
pip install -e /path/to/package
```

The package will also live on `pypi` and can be installed through
```
pip install alloylib
```
However, that version will not be the most up-to-date version.


