Skip to content

Commit 8592235

Browse files
Update Debugging-Tf2-Problems.rst (ros2#2771) (ros2#2779)
Ligne 44, 50 replace std::string to_frame_rel by std::string toFrameRel (cherry picked from commit dd551dd) Co-authored-by: Clara Dieudonné <[email protected]>
1 parent 2ee8d8f commit 8592235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Tutorials/Intermediate/Tf2/Debugging-Tf2-Problems.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ Open the file using your preferred text editor, and change line 67 from
4141

4242
.. code-block:: C++
4343

44-
std::string to_frame_rel = "turtle2";
44+
std::string toFrameRel = "turtle2";
4545

4646
to
4747

4848
.. code-block:: C++
4949

50-
std::string to_frame_rel = "turtle3";
50+
std::string toFrameRel = "turtle3";
5151

5252
and change ``lookupTransform()`` call in lines 75-79 from
5353

0 commit comments

Comments
 (0)