Using Ignition Fortress services on another docker container
Hi all,
So my problem is I have two different containers on the same network, one running Gazebo Fortress and the other running ros2 humble. I would like to use ros_gz_sim to spawn objects into the simulation but I get an error saying the service request timed out. Using ign service --list on the ros container shows there are no services running while they show up just fine on the simulation container.
Usually ros topics and services would be shared by containers in the same network so that way I could have a talker and listener node on different containers.
Is it possible to have that same functionality with ign services?