Unity-Robotics-Hub icon indicating copy to clipboard operation
Unity-Robotics-Hub copied to clipboard

Import Robot Programmatically

Open dyumanaditya opened this issue 3 years ago • 1 comments

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.

dyumanaditya avatar Apr 06 '22 14:04 dyumanaditya

Hello,

I think my answer is a little late, but if you need it, there is a script called: RuntimeUrdfImporterExample That allows you to load the robot in RunTime.

CamiloMGS avatar Feb 07 '23 10:02 CamiloMGS