Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-rouanet committed Aug 18, 2023
1 parent 984a450 commit 7217887
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
# motor_toolbox_rs
# Motor toolbox in Rust

[![Build Status]][actions] [![Latest Version]][crates.io]

[Build Status]: https://img.shields.io/github/actions/workflow/status/pollen-robotics/motor_toolbox_rs/rust.yml?branch=master
[actions]: https://github.com/pollen-robotics/motor_toolbox_rs/actions?query=branch%3Amaster

[Latest Version]: https://img.shields.io/crates/v/motor_toolbox_rs.svg
[crates.io]: https://crates.io/crates/motor_toolbox_rs

## Overview

Simple toolbox that proposes:
* a motor abstraction (single or multiple motors) - useful to allow to switch between different motor communication types (e.g. serial, CAN, etc.)
* basic fake motors functionalities mostly for testing purposes


## Documentation

See https://docs.rs/motor_toolbox_rs for more information on APIs and examples.

## License

This library is licensed under the [Apache License 2.0](./LICENSE).

## Support

Rustypot is developed and maintained by [Pollen-Robotics](https://pollen-robotics.com). They developped open-source tools for robotics manipulation.
Visit https://pollen-robotics.com to learn more or join the [Dicord community](https://discord.com/invite/Kg3mZHTKgs) if you have any questions or want to share your projects.

0 comments on commit 7217887

Please sign in to comment.