pub fn convert_xacro_to_urdf_with_args<P>(
    filename: P,
    args: &[(String, String)]
) -> Result<String>where
    P: AsRef<Path>,