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

Replace setup bag with subset bag in rolling (backport #4050) #4051

Merged
merged 1 commit into from
Dec 5, 2023
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
4 changes: 2 additions & 2 deletions source/Tutorials/Advanced/Reading-From-A-Bag-File-CPP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,11 @@ Next, source the setup files.
call install/setup.bat

Now, run the script.
Make sure to replace ``/path/to/setup`` with the path to your ``setup`` bag.
Make sure to replace ``/path/to/subset`` with the path to your ``subset`` bag.

.. code-block:: console

ros2 run bag_reading_cpp simple_bag_reader /path/to/setup
ros2 run bag_reading_cpp simple_bag_reader /path/to/subset

You should see the (x, y) coordinates of the turtle printed to the console.

Expand Down