Closed elkuno213 closed 5 months ago
expand_gz_topic_names
was added recently in https://github.com/gazebosim/ros_gz/pull/512 and ported to iron in https://github.com/gazebosim/ros_gz/pull/516. It has not been released yet (see https://github.com/gazebosim/ros_gz/blob/iron/ros_gz_bridge/CHANGELOG.rst). @ahcorde can you make a 0.254.1 release?
I made releases for Humble and Iron
Environment
apt
, versioniron
Description
expand_gz_topic_names
is true, the namespace on Gazebo should be changed.ros2 param list
.Steps to reproduce
In other terminal, run this command:
The topic is still
/chatter
, not/demo/chatter
as expected.Run other command to check whether the parameter is existing:
This code snippet shows that
expand_gz_topic_names
only works whenconfig_file
is given.Output