# Swerve vehicle descriptors [![Crates.io](https://img.shields.io/crates/v/swerve_vehicle_descriptors.svg)](https://crates.io/crates/swerve_vehicle_descriptors) ![Crates.io MSRV (version)](https://img.shields.io/crates/msrv/swerve_vehicle_descriptors/0.1.0) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![ci](https://github.com/pvandervelde/swerve_vehicle_descriptors/actions/workflows/ci.yml/badge.svg) ![lint](https://github.com/pvandervelde/swerve_vehicle_descriptors/actions/workflows/lint.yml/badge.svg) ![docs](https://github.com/pvandervelde/swerve_vehicle_descriptors/actions/workflows/docs.yml/badge.svg) [![codecov](https://codecov.io/gh/pvandervelde/swerve_vehicle_descriptors/graph/badge.svg?token=LQ9TFZ5W7V)](https://codecov.io/gh/pvandervelde/swerve_vehicle_descriptors) A library crate that provides functions and structures used to describe a swerve drive robot, specifically from the point of view of the controller software. ## License Licensed under the Apache License, Version 2.0 . This file may not be copied, modified, or distributed except according to those terms.