Multi-Robot system: development and tuning issues. [closed]
Hi community!! I'm trying to develop a multi-robot system where the single bots are able to cooperate. At the moment all the environment, a set of empty rooms and two pioneer3AT, is simulated on gazebo that is run on a pc with enough HW resources (sorry i don't remember the features of it, i will write these on Monday if needed). For each robot i launch a .launch file which it spawn the robot model on gazebo, start a move_base node, gmapping (each robot builds map on real-time), and another node that makes some really light operations. When I start all the launch files (gazebo and the 2 bots) on the pc mentioned above everything works ok, awesome. When i try to launch gazebo on the "big" pc and just one robot's launch file from another pc (i7 core, 4gb RAM, Gbit ethernet) the simulation becomes really slow..without strange errors (Ok sometimes move_base lost the map update)!! Any suggestions about how to proceed for get remarkable improvement??