CoppeliaRobotics / simURDF

CoppeliaSim plugin that offers a URDF importer
Other
12 stars 9 forks source link

Fixed bug when parsing link geometries #1

Closed AdrianSchoisengeier closed 5 years ago

AdrianSchoisengeier commented 5 years ago

Fixed a bug that occurs when a link in the URDF contains both visual- and collision-elements. Function calls to NextSiblingElement() were missing an optional argument (i.e. "visual" and "collision"). As a result the function did return any xml-sibling. This caused collision-elements to be additionally loaded as visual-elements and vice versa (depending on their order in the URDF).

Coppelia commented 5 years ago

excellent, thanks Adrian