Is there any tutorials for tf2 with ROS2?

I’m new to ROS2.
I found that the introductions to tf2 in ros2 tutorials are too little

I’ve seen the tf2 tutorial, but it’s serving ros1

Can anyone tell me where can I see the tutorials for tf2 with ROS2?

Thanks in advance

1 Like

I agree the ROS 2 Docs here are a bit sparse. Anyone want to volunteer to flesh it out more? This would be a great task for a prospective GSoC student. I am a little bit too busy to do this right now.

One thing I will say is that the design document and the Tutorials from ROS 1 get the general idea across. That hasn’t changed in any substantial way in ROS 2, even though the code has. So you can at least get an idea of how it is supposed to work.

But agreed it would be really nice to port those tutorials to ROS 2. It’s on our long term plan to do it (see Tutorials: Write a tf2 intermediate tutorial · Issue #387 · ros2/geometry2 · GitHub), but we just haven’t been able to get to it. As @Katherine_Scott said, any help here would be helpful.

Hi @JonyKong,

While not exactly the “tf2 tutorial” you are looking for, but I published a basic tf2 broadcaster code example for getting the ROS 2 Turtlesim working with Nav2 (which inevitably requires the use of tf2).

Specifically jump to Section 5 for more details. The tf2 broadcaster code is published here and the blog has instructions on how to get the example up and running.

Happy to connect if you need further help - jack AT hadabot DOT com

Cheers!
Jack

1 Like