evian 0.2.0

Experimental command-based controls library for vexide.
Documentation
1
2
3
4
5
6
7
8
//! Differential Drivetrain Commands
//! 
//! This module provides implementations of various motion algorithms for differential
//! drivetrains. Each algorithm implements the [`Command`] trait to provide voltage
//! updates to a drivetrain until it has settled.

pub mod basic;
pub mod point;