Function urdf_rs::utils::read_urdf_or_xacro

source ยท
pub fn read_urdf_or_xacro<P>(input_path: P) -> Result<Robot>
where P: AsRef<Path>,