File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -79,24 +79,23 @@ The following setup assumes installation with `ros2` branch of `gazebo_ros_pkgs`
79
79
mkdir -p ~/ws/src
80
80
81
81
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 ) ,
83
83
that gets ` gazebo_ros_pkgs ` and additional packages needed:
84
84
85
85
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
87
87
88
88
> **Note:** The `version` tag in the yaml file indicates the branch we are
89
89
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.
92
91
93
92
1 . Get the packages into the ` src ` directory
94
93
95
94
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
97
98
98
- 1 . Switch to the branch matching your ROS distro
99
-
100
99
vcs custom --args checkout eloquent
101
100
102
101
1 . Install all dependencies:
You can’t perform that action at this time.
0 commit comments