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
.
Asked by jmarino on 2022-05-23 07:35:26 UTC
Comments