Page 1 of 1

API to spawn robots

Posted: 17 Oct 2020, 01:13
by realjsk
I am working on the control of a fleet of robots (20+). Instead of manually dragging and dropping them onto the scene, one by one, is there a way to do that in the code?

Re: API to spawn robots

Posted: 19 Oct 2020, 08:39
by fferri
Yes, sim.loadModel or sim.copyPasteObjects can do that.