Skip to content

Commit cdff63a

Browse files
authored
Update URL to repos file in ROS 2 install tutorial (#120)
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent cf6de42 commit cdff63a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

ros2_installing/tutorial.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -79,24 +79,23 @@ The following setup assumes installation with `ros2` branch of `gazebo_ros_pkgs`
7979
mkdir -p ~/ws/src
8080

8181
1. Copy
82-
[this file](https://bitbucket.org/snippets/chapulina/geRKyA/ros2repos-supplement-gazebo_ros_pkgs),
82+
[this file](https://github.com/ros-simulation/gazebo_ros_pkgs/blob/ros2/gazebo_ros_pkgs.repos),
8383
that gets `gazebo_ros_pkgs` and additional packages needed:
8484

8585
cd ~/ws
86-
wget https://bitbucket.org/api/2.0/snippets/chapulina/geRKyA/f02dcd15c2c3b83b2d6aac00afe281162800da74/files/ros2.yaml
86+
wget https://raw.githubusercontent.com/ros-simulation/gazebo_ros_pkgs/ros2/gazebo_ros_pkgs.repos
8787

8888
> **Note:** The `version` tag in the yaml file indicates the branch we are
8989
checking out for a particular repository e.g.
90-
[version: ros2](https://bitbucket.org/snippets/chapulina/geRKyA/ros2repos-supplement-gazebo_ros_pkgs#ros2.yaml-5)
91-
checks out the `ros2` branch.
90+
`version: ros2` checks out the `ros2` branch.
9291

9392
1. Get the packages into the `src` directory
9493

9594
cd ~/ws
96-
vcs import src < ros2.yaml
95+
vcs import src < gazebo_ros_pkgs.repos
96+
97+
1. Switch to the branch matching your ROS distro
9798

98-
1. Switch to the branch matching your ROS distro
99-
10099
vcs custom --args checkout eloquent
101100

102101
1. Install all dependencies:

0 commit comments

Comments
 (0)