As mentioned on the documentation here, the parameter does not seem to work.
Upon looking into the code, we can see that the parameter additionalUrdfFile and additionalSdfFile are being read from the config.json and later being stored inside a dict config["additionalXmlFile"].
I have just updated the docs with the values that are being read from the config file.
As mentioned on the documentation here, the parameter does not seem to work.
Upon looking into the code, we can see that the parameter
additionalUrdfFile
andadditionalSdfFile
are being read from theconfig.json
and later being stored inside a dictconfig["additionalXmlFile"]
.I have just updated the docs with the values that are being read from the config file.