pure_pursuit

Crates.iopure_pursuit
lib.rspure_pursuit
version0.1.4
sourcesrc
created_at2022-03-24 05:24:12.850285
updated_at2022-03-26 18:47:38.776495
descriptionAn implementation of generic Pure Pursuit in no_std Rust
homepage
repository
max_upload_size
id555605
size24,048
Drew (Dysproh)

documentation

README

Rust Pure Pursuit Controller https://crates.io/crates/pure_pursuit

A no_std Pure Pursuit controller intended for Vex robots, but designed to be as versatile as possible.

Features

  • Fast
  • no_std support
  • Can be used with any type that implements the num::Float, num::FromPrimitive, and core::iter::Sum, traits, including custom types
  • While originally designed for 2D, this works in any number of dimensions
  • Does not use the heap, so you don't have to worry about that
Commit count: 0

cargo fmt