Unity-Technologies / URDF-Importer

URDF importer
Apache License 2.0
214 stars 71 forks source link

Import Robot Programmatically #194

Closed dyumanaditya closed 2 years ago

dyumanaditya commented 2 years ago

Hi everyone,

I'm trying to build a unity setup which doesn't have the robot loaded at the start. I need the urdf to be loaded when the user clicks a button. Is there a way to import the urdf through a C# script? If not, is there a way to achieve this?

Thanks in advance.