mirror of
https://github.com/gnxlxnxx/dubins_path
synced 2026-07-27 15:13:02 +02:00
Update docs
This commit is contained in:
+1
-30
@@ -1,40 +1,11 @@
|
|||||||
//! This Crate calculates Dubins Paths
|
//! This Crate calculates Dubins Paths
|
||||||
//!
|
//!
|
||||||
//!
|
|
||||||
//! eg rsr path:
|
|
||||||
//!
|
|
||||||
//! -----
|
|
||||||
//! /- \
|
|
||||||
//! /-/ \
|
|
||||||
//! /-- / \
|
|
||||||
//! /- | |
|
|
||||||
//! /-- | |
|
|
||||||
//! /- | |
|
|
||||||
//! /-- \ /
|
|
||||||
//! /- \ X goal
|
|
||||||
//! /-- \ /
|
|
||||||
//! /- -----
|
|
||||||
//! /--
|
|
||||||
//! /-
|
|
||||||
//! -----
|
|
||||||
//! / \
|
|
||||||
//! / \
|
|
||||||
//! / \
|
|
||||||
//! | |
|
|
||||||
//! start X |
|
|
||||||
//! | |
|
|
||||||
//! \ /
|
|
||||||
//! \ /
|
|
||||||
//! \ /
|
|
||||||
//! -----
|
|
||||||
//!
|
|
||||||
//!
|
|
||||||
//! The start point is (0,0) facing in positive y-direction
|
//! The start point is (0,0) facing in positive y-direction
|
||||||
//!
|
//!
|
||||||
//! The arguments to get a path are
|
//! The arguments to get a path are
|
||||||
//!
|
//!
|
||||||
//! - radius: the minimum radius you can drive or respectively the radius you want to drive (f64)
|
//! - radius: the minimum radius you can drive or respectively the radius you want to drive (f64)
|
||||||
//! - end_point: the point you want to end up (Point)
|
//! - end_point: the point you want to end up at (Point)
|
||||||
//! - end_angle: the angle you want to have in the end (Angle)
|
//! - end_angle: the angle you want to have in the end (Angle)
|
||||||
//!
|
//!
|
||||||
//! The paths can be categorized into two subsections:
|
//! The paths can be categorized into two subsections:
|
||||||
|
|||||||
Reference in New Issue
Block a user