Expand description
§scurve_motion
A small library for computing S-curve motion profiles in Rust.
This library provides the following modules:
scurvefor managing an S-curve with given constraints and computing the profile.scurve_task_executorfor storing and operating on the computed motion tasks.motion_taskfor describing a single motion segment in time.buffer_fifofor a simple FIFO buffer implementation.motion_executorfor executing motion tasks in discrete ticks.
Author: Anton Khrustalev, creapunk
Re-exports§
pub use scurve::*;pub use scurve_task::*;pub use motion_polynomial::*;pub use motion_polynomial_executor::*;