File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
24
24
Install tools needed by this tutorial:
25
25
26
26
``` bash
27
- sudo apt install python3-pip wget lsb-release gnupg curl
27
+ sudo apt install python3-pip lsb-release gnupg curl
28
28
```
29
29
30
30
## vcstool and colcon from pip
@@ -93,7 +93,7 @@ All the sources of gazebo-harmonic are declared in a yaml file. Download
93
93
it to the workspace:
94
94
95
95
``` bash
96
- wget https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/master/collection-harmonic.yaml
96
+ curl -O https://raw.githubusercontent.com/gazebo-tooling/gazebodistro/master/collection-harmonic.yaml
97
97
```
98
98
99
99
Use ` vcstool ` to automatically retrieve all the Gazebo libraries sources from
@@ -114,7 +114,7 @@ method to install software dependencies.
114
114
Add ` packages.osrfoundation.org ` to the apt sources list:
115
115
116
116
``` bash
117
- sudo wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg
117
+ sudo curl https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg
118
118
echo " deb [arch=$( dpkg --print-architecture) signed-by=/usr/share/keyrings/pkgs-osrf-archive-keyring.gpg] http://packages.osrfoundation.org/gazebo/ubuntu-stable $( lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/gazebo-stable.list > /dev/null
119
119
sudo apt-get update
120
120
```
You can’t perform that action at this time.
0 commit comments