ipab-slmc / exotica

Extensible Optimization Framework
https://ipab-slmc.github.io/exotica
BSD 3-Clause "New" or "Revised" License
149 stars 70 forks source link

Kinematic element visual name duplicate fix #691

Closed VladimirIvan closed 4 years ago

VladimirIvan commented 4 years ago

This bug was due to the scene loading reusing the object name for all visual elements. Meshacat visualiser would not display the scene objects correctly because it uses the unique name as an index. Duplicates would cause it to overwrite the object with the same name.