API to spawn robots

Typically: "How do I... ", "How can I... " questions
Post Reply
realjsk
Posts: 25
Joined: 21 Dec 2013, 03:59

API to spawn robots

Post 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?

fferri
Posts: 1229
Joined: 09 Sep 2013, 19:28

Re: API to spawn robots

Post by fferri »

Yes, sim.loadModel or sim.copyPasteObjects can do that.

Post Reply