Connect Standalone Gazebo to ROS Services
I am currently working with multiple Docker containers, one of which starts gazebo without ROS using the command gazebo
. Is there a way to connect this instance of gazebo to ROS, that way I can use the gazebo services to spawn models? With the current setup, I cannot receive any ROS topics/services that get published when running roslaunch gazebo_ros empty_world.launch
.