urdf_rs::utils

Function 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>,