Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Debugging-Tf2-Problems.rst (backport #4921) #4923

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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