We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
expand_gz_topic_names
apt
iron
ros2 param list
ros2 run ros_gz_bridge parameter_bridge chatter@std_msgs/msg/String@ignition.msgs.StringMsg \ --ros-args -p expand_gz_topic_names:=true -r __ns:=/demo
ign topic --list # Output: /chatter
The topic is still /chatter, not /demo/chatter as expected.
/chatter
/demo/chatter
ros2 param list | grep expand_gz_topic_names # Output: nothing found
config_file
The text was updated successfully, but these errors were encountered:
expand_gz_topic_names was added recently in #512 and ported to iron in #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?
Sorry, something went wrong.
I made releases for Humble and Iron
No branches or pull requests
Environment
apt
, versioniron
Description
expand_gz_topic_names
is true, the namespace on Gazebo should be changed.ros2 param list
.Steps to reproduce
ign topic --list # Output: /chatter
The topic is still
/chatter
, not/demo/chatter
as expected.expand_gz_topic_names
only works whenconfig_file
is given.Output
The text was updated successfully, but these errors were encountered: