Update README.md

This commit is contained in:
2020-07-10 15:47:31 +02:00
parent 5e63a6f586
commit 7022100fb5
+3 -5
View File
@@ -1,12 +1,10 @@
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/gnxlxnxx/dubins_path/Rust?style=for-the-badge)
![Crates.io](https://img.shields.io/crates/v/dubins_path?style=for-the-badge)
# dubins_path # dubins_path
this is a crate which calculates [dubins paths](https://en.wikipedia.org/wiki/Dubins_path) this is a crate which calculates [dubins paths](https://en.wikipedia.org/wiki/Dubins_path)
## Status
- I've tested some easy scenarios if you encounter any problems feel free to open an issue or PR
- This code is a little messy feel free to PR a cleanup ;)
## License ## License
Licensed under either of Licensed under either of
- Apache License, Version 2.0 ( [LICENSE-APACHE](LICENSE-APACHE-2.0) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)) - Apache License, Version 2.0 ( [LICENSE-APACHE](LICENSE-APACHE-2.0) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))