Skip to content

Commit

Permalink
Replace setup bag with subset bag in rolling (#4050) (#4052)
Browse files Browse the repository at this point in the history
(cherry picked from commit f4fd8dd)

Co-authored-by: songyuc <[email protected]>
  • Loading branch information
mergify[bot] and songyuc authored Dec 5, 2023
1 parent 2715961 commit 4185eae
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 4185eae

Please sign in to comment.