Difference between tf2 broadcaster and tf2 frame.
Hello, I was a little confused by the concept presented in the following 2 tutorials.
https://docs.ros.org/en/humble/Tutori...
https://docs.ros.org/en/humble/Tutori...
My question is, what is the difference between the first tutorial (broadcaster) and the second tutorial (adding a frame)? I mean, it seems to me that they are all just playing with tf transforms.
Currently, what I understood is that the first tutorial (Broadcaster) modifies based on an already existing tf frame. So in this case, if somehow we have IMU that is statically transformed with base_link, we can use this method to update the IMU's axis in rviz?
And on the other hand, the second tutorial (adding a frame) adds a new frame to ROS2. So in this case, it will be we create a new frame for the IMU.
Did I understand it correctly? Please correct me if I am wrong.
Thank you very much!