urdf_rs::utils

Function read_urdf_or_xacro

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