Skip to content

Added namespaces to ros2 nws#59

Draft
randaz81 wants to merge 1 commit into
mesh-iit:masterfrom
randaz81:ros2_multirobot
Draft

Added namespaces to ros2 nws#59
randaz81 wants to merge 1 commit into
mesh-iit:masterfrom
randaz81:ros2_multirobot

Conversation

@randaz81
Copy link
Copy Markdown
Contributor

@randaz81 randaz81 commented Feb 10, 2026

This PR adds namespaces to all topics and tfs published on ROS2, allowing the simulation of multiple robots inside gazebo.

Warning

Beware: this is a breaking change and some topic names must be fixed on the application side.

For example, the cameras will become:

/camera_rgbd/color/image_rect_color - > r1mk3sim/camera_rgbd/color/image_rect_color 

Also the robot_state_publisher must subscribe to:

${portprefix}/joint_states 

${portprefix} will also appear at the beginning of the frame names in the tf topic.

Warning

Chatgpt note:

image

@randaz81 randaz81 marked this pull request as draft February 10, 2026 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant