Skip to content

Commit

Permalink
Update Debugging-Tf2-Problems.rst (#4921) (#4923)
Browse files Browse the repository at this point in the history
Signed-off-by: Demonmasterlqx <183842220@qq.com>
(cherry picked from commit cf78ce5)

Co-authored-by: Demonmasterlqx <183842220@qq.com>
  • Loading branch information
mergify[bot] and Demonmasterlqx authored Jan 6, 2025
1 parent da9b830 commit 798fab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/Tutorials/Intermediate/Tf2/Debugging-Tf2-Problems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Open the ``src/turtle_tf2_listener_debug.cpp`` file, and take a look at line 67:

.. code-block:: C++

std::string to_frame_rel = "turtle3";
std::string toFrameRel = "turtle3";

and lines 75-79:

Expand Down Expand Up @@ -208,7 +208,7 @@ And now stop the running demo, build it, and run it again:

.. code-block:: console
ros2 launch turtle_tf2 start_debug_demo.launch.py
ros2 launch learning_tf2_cpp start_tf2_debug_demo_launch.py
And right away we run into the next problem:

Expand Down Expand Up @@ -265,7 +265,7 @@ Stop the demo, build and run:

.. code-block:: console
ros2 launch turtle_tf2 start_debug_demo.launch.py
ros2 launch turtle_tf2 start_tf2_debug_demo_launch.py
And you should finally see the turtle move!

Expand Down

0 comments on commit 798fab5

Please sign in to comment.