Is there an example using the rae_gazebo package? I'm working off of the rae-ros git archive. After launching rae using ros2 launch rae_bringup bringup.launch.py and then on another machine (Ubuntu 22.04 in a VM (Parallels) on a Mac silicon) where gazebo (8), libignition-transport ros_gz are installed and then running ros2 launch rae_gazebo gazebo.launch.py, gazebo locks up repeating
[create-4] [INFO] [1704236658.747997546] [ros_gz_sim]: Requesting list of world names.
[create-4] [INFO] [1704236663.748480009] [ros_gz_sim]: Requesting list of world names.
[create-4] [INFO] [1704236668.750945364] [ros_gz_sim]: Requesting list of world names.
[create-4] [INFO] [1704236673.751742169] [ros_gz_sim]: Requesting list of world names.
[create-4] [INFO] [1704236678.752599998] [ros_gz_sim]: Requesting list of world names.
[create-4] [INFO] [1704236683.754066393] [ros_gz_sim]: Requesting list of world names.
[create-4] [INFO] [1704236688.759424963] [ros_gz_sim]: Requesting list of world names.
[create-4] [INFO] [1704236693.760169079] [ros_gz_sim]: Requesting list of world names.
on the VM the topics are being published:
gz topic -l
/camera/camera_info
/camera/depth_image
/camera/image
/cmd_vel
/image_out
/image_tuning
/odom
/scan
and ros2 topic list on the VM shows the rae topics being published, so it doesn't look like a communication issue.