Spawning via gazebo_ros spawn_entity seems to not put /tf into namespace
Hello,
I want to spawn a robot dynamically via
ros2 run gazebo_ros spawn_entity.py -entity robot1 -x 0 -y 0 -z 0 -file ~/turtlebot3_ws/install/turtlebot3_gazebo/share/turtlebot3_gazebo/models/turtlebot3_waffle_pi/model.sdf -robot_namespace robot1
but when I do so, the /tf topic seems to be outside of the namespace. I did an echo of it with 2 robots running, but I could not distinguish data from the header of the messages.
Many documentation and tutorials only cover the general purpose, but I was not able to get any information wether /tf should be /robot1/tf so far. Do you know if this is ok, or how I can remap etc.?
Edit: Because its the same .sdf file, and /tf only transforms relations for the robots parts, this could be ok, right?
Thank you very much