Trait arci_ros::JointStateProvider

source ·
pub trait JointStateProvider {
    // Required method
    fn get_joint_state(&self) -> Result<(Vec<String>, Vec<f64>), Error>;
}

Required Methods§

Implementors§