Skip to main content

CartesianObserver

Type Alias CartesianObserver 

Source
pub type CartesianObserver = Box<dyn FnMut(&RobotState, &CartesianSent) + Send>;
Expand description

The observer’s type: called every cycle on the realtime thread, so it must not allocate or block.

Aliased Type§

pub struct CartesianObserver(/* private fields */);