Metadata-Version: 2.1
Name: autonomy-toolkit
Version: 0.0.61
Summary: Autonomy Toolkit
Home-page: https://projects.sbel.org/autonomy-toolkit
Author: UW Simulation Based Engineering Lab
License: BSD3
Project-URL: Homepage, https://projects.sbel.org/autonomy-toolkit
Project-URL: Bug Reports, https://github.com/uwsbel/autonomy-toolkit/issues
Project-URL: Source Code, https://github.com/uwsbel/autonomy-toolkit/
Project-URL: Our Lab!, https://sbel.wisc.edu
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8.2, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# Autonomy Toolkit

The Autonomy Toolkit, dubbed `autonomy-toolkit`, is meant to be a simplified mechansim for quickly setting up and developing a ROS 2 based control stack. The `autonomy-toolkit` platform is under activate development by the [Simulation Based Engineering Laboratory](https://sbel.wisc.edu) at the [University of Wisconsin-Madison](https://wisc.edu). 

## Background

The `autonomy-toolkit` platform provides the following resources for expediting development of autonomous algorithms:
1. A development workflow for writing and testing ROS 2 code
2. A mechansim for easily generating custom images for use with the ROS 2 stack
3. A wrapper for Docker Compose to improve user experience

Furthermore, the [Autonomy Research Testbed](https://github.com/uwsbel/autonomy-research-testbed), which utilizes this toolbox, provides the following functionality:
1. A parts list and instructions on how to build the physical platform
2. A high-fidelity simulation environment built using [Chrono](https://projectchrono.org) to test autonomous algorithms

For more information about the design considerations and purpose for this project, see the [background](https://projects.sbel.org/autonomy-toolkit/background.html) section.

## Support

Contact the [Simulation Based Engineering Laboratory](mailto:negrut@wisc.edu) for any questions or concerns regarding the contents of this repository.

## See Also

Visit our website at [sbel.wisc.edu](https://sbel.wisc.edu)!

<br>

<div>
	<img src="https://github.com/uwsbel/autonomy-toolkit/blob/master/docs/_static/SBEL-dark.png?raw=true" alt="Simulation Based Engineering Lab Logo" class="readme-img" height="100px">  
	<img src="https://github.com/uwsbel/autonomy-toolkit/blob/master/docs/_static/UWCrest.png?raw=true" alt="University of Wisconsin - Madison Crest" class="readme-img" height="100px" align="right">
</div>


