Skip to content

Commit 1d1016d

Browse files
authored
Small fixes to link in the rosbag with ros1_bridge tutorial. (ros2#3396)
Make sure to point at a branch that exists on the ros1_bridge tutorial, and point out how to build the bridge on Ubuntu 22.04 Signed-off-by: Chris Lalancette <[email protected]>
1 parent da6382a commit 1d1016d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Tutorials/Demos/Rosbag-with-ROS1-Bridge.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
Recording and playing back data with ``rosbag`` using the ROS 1 bridge
77
======================================================================
88

9-
This tutorial is a follow up to the *Bridge communication between ROS 1 and ROS 2* demo as can be found `here <https://github.com/ros2/ros1_bridge/blob/{REPOS_FILE_BRANCH}/README.md>`__, and in the following it is assumed you have completed that tutorial already.
9+
This tutorial is a follow up to the *Bridge communication between ROS 1 and ROS 2* demo as can be found `here <https://github.com/ros2/ros1_bridge/blob/master/README.md>`__, and in the following it is assumed you have completed that tutorial already.
1010

11-
The ros1_bridge can either be installed from `binary packages <../../Installation>` or `built from source <https://github.com/ros2/ros1_bridge/blob/{REPOS_FILE_BRANCH}/README.md#building-the-bridge-from-source>`__; both work for these examples.
11+
The ros1_bridge can be built from :doc:`source <../../How-To-Guides/Using-ros1_bridge-Jammy-upstream>` for these examples.
1212

1313
What follows is a series of additional examples, like that ones that come at the end of the aforementioned *Bridge communication between ROS 1 and ROS 2* demo.
1414

0 commit comments

Comments
 (0)