-
Notifications
You must be signed in to change notification settings - Fork 342
Description
Environment
- OS Version: Ubuntu 24.04
- Binary build: 1.0.15-1noble.20250624.063542
Description
- Expected behavior: Gazebo topic names should be consistent between resets
- Actual behavior: After resetting the gazebo simulation, many of the topic names (for example those generated by the pose publisher plugin) change.
- Use this gz-sim pose_publisher test world and run the simulation
- View the topics with
gz topic -l
- Reset the simulation using the gui 'Reset the simulation button'
- View the topics with
gz topic -l
Output
In my example, the topic list before resetting is as follows:
/clock
/gazebo/resource_paths
/gui/camera/pose
/gui/currently_tracked
/gui/track
/model/double_pendulum_static_pose_publisher/pose
/model/double_pendulum_static_pose_publisher/pose_static
/model/double_pendulum_with_base/pose
/model/test_publish_only_model_pose/pose
/model/test_static_pose_update_freq/pose
/model/test_static_pose_update_freq/pose_static
/model/test_update_freq/pose
/stats
/world/pose_publisher/clock
/world/pose_publisher/model/double_pendulum_static_pose_publisher/link/upper_link/sensor/imu_sensor/imu
/world/pose_publisher/model/double_pendulum_with_base/link/upper_link/sensor/imu_sensor/imu
/world/pose_publisher/stats
/world/pose_publisher/state
After resetting, my topic list becomes:
/clock
/gazebo/resource_paths
/gui/camera/pose
/gui/currently_tracked
/gui/track
/stats
/world/pose_publisher/clock
/world/pose_publisher/model/double_pendulum_static_pose_publisher/link/upper_link/sensor/imu_sensor/imu
/world/pose_publisher/model/double_pendulum_static_pose_publisher/pose
/world/pose_publisher/model/double_pendulum_static_pose_publisher/pose_static
/world/pose_publisher/model/double_pendulum_with_base/link/upper_link/sensor/imu_sensor/imu
/world/pose_publisher/model/double_pendulum_with_base/pose
/world/pose_publisher/model/test_publish_only_model_pose/pose
/world/pose_publisher/model/test_static_pose_update_freq/pose
/world/pose_publisher/model/test_static_pose_update_freq/pose_static
/world/pose_publisher/model/test_update_freq/pose
/world/pose_publisher/stats
/world/pose_publisher/state
It appears many of the original topics get prepended with /world/pose_publisher
Metadata
Metadata
Assignees
Labels
Type
Projects
Status