Share simulation by network

Typically: "How do I... ", "How can I... " questions
Post Reply
psj8252
Posts: 5
Joined: 11 Jul 2018, 00:20

Share simulation by network

Post by psj8252 »

Is it possible to share simulation environment by net or lan connection?

I will try multi-robot simulation with serveral rasberry pis.

I want to simulate each robot on each rasberry pi and they can share environment.

For example, they can sense or hit each other.

But I don't know whether it is possible.

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Share simulation by network

Post by coppelia »

Hello,

yes this is possible to a certain extent: you can have a central machine that runs the simulation, and several other machines connecting to it and controlling a specific part of the simulation (e.g. one robot).
The connection to V-REP can happen in many different ways. The easiest would probably to use the ROS interface or the remote API.

Cheers

Post Reply