-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to launch multiple ROS2 turtlebot3 in real world #1018
Comments
You can also implement this with namespace in ROS2! |
Hi @zitongbai
|
@GyuH13 the topics and nodes have namespaces but the frames don't. Do you know if that is problem? I was not able to change the name of all the frames and transformations |
@starobi By using a prefix for each frame, you can differentiate between them and perform multi-robot operations without conflicts. The /tf and /tf_static topics should not have namespaces. If you have any additional questions, feel free to ask. |
Hello. It seems like there is an issue with the synchronization of the stamp, but I’m not exactly sure what the problem is. |
ISSUE TEMPLATE ver. 0.4.0
Which TurtleBot3 platform do you use?
Which ROS is working with TurtleBot3?
ROS 2 Humble
Which SBC(Single Board Computer) is working on TurtleBot3?
Jetson Orin nx
Which OS you installed on SBC?
Ubuntu 22.04
Which OS you installed on Remote PC?
Ubuntu 22.04
Specify the software and firmware version(Can be found from Bringup messages)
Specify the commands or instructions to reproduce the issue.
Copy and Paste the error messages on terminal.
Please describe the issue in detail.
I want to launch multiple ROS2 turtblebot3 in the same network. However their topic names, tf names, etc. would conflict with each other. I found that namespace can be used for the ROS1 version, but I cannot find a easy way to do that in the ROS2 version. Is there any convenient method to achieve this? Thanks a lot.
The text was updated successfully, but these errors were encountered: