Skip to content

Commit 2c90e75

Browse files
authored
tf2 Tutorial: tf2 static broadcaster (C++) (ros2#1788)
* static broadcaster cpp tutorials base * update static tf2 broadcaster tutorial * update link placements * intendation * minor fixes * reword include statements * add more explanation of the tutorial structure in the beginning * example in the summary * edit example in the summary * update summary wording * resolve comments * fix indentation issues * remove empty lines * fix links to code
1 parent 105c943 commit 2c90e75

File tree

2 files changed

+459
-3
lines changed

2 files changed

+459
-3
lines changed

source/Tutorials/Tf2/Tf2-Main.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ once for C++ and once for Python.
1717

1818
Introduction-To-Tf2
1919
Writing-A-Tf2-Static-Broadcaster-Py
20+
Writing-A-Tf2-Static-Broadcaster-Cpp
2021
Writing-A-Tf2-Broadcaster-Py
2122
Writing-A-Tf2-Listener-Py
2223
Adding-A-Frame-Py
@@ -38,15 +39,15 @@ Learning tf2
3839
shows off some of the tf2 power in a multi-robot example using turtlesim.
3940
This also introduces using ``tf2_echo``, ``view_frames``, and ``rviz``.
4041

41-
#. :ref:`Writing a tf2 static broadcaster (Python) <WritingATf2StaticBroadcasterPy>`.
42+
#. Writing a tf2 static broadcaster :ref:`(Python) <WritingATf2StaticBroadcasterPy>` :ref:`(C++) <WritingATf2StaticBroadcasterCpp>`.
4243

4344
This tutorial teaches you how to broadcast static coordinate frames to tf2.
4445

45-
#. :ref:`Writing a tf2 broadcaster (Python) <WritingATf2BroadcasterPy>`.
46+
#. Writing a tf2 broadcaster :ref:`(Python) <WritingATf2BroadcasterPy>`.
4647

4748
This tutorial teaches you how to broadcast the state of a robot to tf2.
4849

49-
#. :ref:`Writing a tf2 listener (Python) <WritingATf2ListenerPy>`.
50+
#. Writing a tf2 listener :ref:`(Python) <WritingATf2ListenerPy>`.
5051

5152
This tutorial teaches you how to use tf2 to get access to frame transformations.
5253

0 commit comments

Comments
 (0)