Function urdf_rs::utils::read_urdf_or_xacro_with_args

source ยท
pub fn read_urdf_or_xacro_with_args<P>(
    input_path: P,
    args: &[(String, String)],
) -> Result<Robot>
where P: AsRef<Path>,