can multiple instances of gazebo and/or roscore run in parallel
Hi, I have a project I am working on that would be incredibly helpful if I could run multiple instances of gazebo or multiple roscore simultaneously. Multiple gazebos would be ideal but if I could run more than 1 roscore that would work and just pass messages between the cores. Does anyone know if this can be done somehow? I haven't seen any documentation on being able to or not being able to run these simultaneously.
Thanks
use <group ns="your_group_name"> in the launch file to have different instances run in parallel on the same roscore
I tried group namespace thing, but it didn't work for me on Ubuntu 16.04 for ROS Kinetic distribution.