Rhoban / onshape-to-robot

Converting OnShape assembly to robot definition (SDF or URDF) through OnShape API
MIT License
257 stars 59 forks source link

Update readme for config.rst #124

Closed marmik18 closed 3 months ago

marmik18 commented 3 months ago

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.

Gregwar commented 3 months ago

Thanks for contributing