mirror of
https://github.com/gnxlxnxx/dubins_path
synced 2026-07-27 07:03:03 +02:00
a68159b997693bd46da664f2c6ffa0152328c8bd
Renamed Vector and CircleVector to StraightPath and CirclePath to be less confusing with the euclid stuff Use local variables instead of giant mut at the beginning of the function Use independant arguments
dubins_path
this is a crate which calculates dubins paths
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
Licensed under either of
- Apache License, Version 2.0 ( LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ( LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Languages
Rust
100%