//! Pursuit control algorithms and interfaces.
//!
//! Defines the `PursuitControl` trait used by higher-level pursuit logic to
//! convert a lookahead point into drivetrain commands, along with built-in
//! control implementations.
use crateLength;
/// Direction policy for the pursuit controller.
/// # `PursuitControl` Trait
/// The lower-level algorithm used by the Pursuit Algorithm to access and
/// control motor voltages.