Trait arci::Navigation[][src]

pub trait Navigation: Send + Sync {
    fn send_goal_pose(
        &self,
        goal: Isometry2<f64>,
        frame_id: &str,
        timeout: Duration
    ) -> Result<WaitFuture, Error>;
fn cancel(&self) -> Result<(), Error>; }

Required methods

Implementations on Foreign Types

Implementors