Trait arci::Localization[][src]

pub trait Localization: Send + Sync {
    fn current_pose(&self, frame_id: &str) -> Result<Isometry2<f64>, Error>;
}

Required methods

Implementations on Foreign Types

Implementors