ros / urdf_parser_py

Standalone URDF parser for Python.
86 stars 48 forks source link

Fix UTF8 reading. #83

Closed clalancette closed 11 months ago

clalancette commented 11 months ago

Do this by opening files in binary mode, which will allow the XML parser to convert to UTF-8 if it is specified.

This should fix #82

traversaro commented 11 months ago

Thanks a lot @clalancette ! fyi @CarlottaSartore