How to substitute TF2 prefix
Hi,
I have seen that tf_prefix support is deprecated in TF2. What is the proper way now of having the same functionality? That is, I have two robots, robot1 and robot2, and I want the TF frames to append these names to their corresponding base_link
s. How should I properly do it?
EDIT: Also, what is the meaning then of the tf_prefix
parameter of the robot_state_publisher
node? Is that the way to proceed with all the other nodes using TF frames (parameters and manually concatenating in the nodes)?
Thank you!