File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export PATH=$PATH:$HOME/.local/bin/
61
61
An alternative method is to use the ` .deb ` packages available on Debian or Ubuntu:
62
62
63
63
``` bash
64
- sudo sh -c ' echo "deb http://packages.ros.org/ros /ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros -latest.list'
64
+ sudo sh -c ' echo "deb http://packages.ros.org/ros2 /ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros2 -latest.list'
65
65
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
66
66
sudo apt-get update
67
67
sudo apt-get install python3-vcstool python3-colcon-common-extensions
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export PATH=$PATH:$HOME/.local/bin/
61
61
An alternative method is to use the ` .deb ` packages available on Debian or Ubuntu:
62
62
63
63
``` bash
64
- sudo sh -c ' echo "deb http://packages.ros.org/ros /ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros -latest.list'
64
+ sudo sh -c ' echo "deb http://packages.ros.org/ros2 /ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros2 -latest.list'
65
65
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
66
66
sudo apt-get update
67
67
sudo apt-get install python3-vcstool python3-colcon-common-extensions
@@ -123,7 +123,7 @@ The command below will install all dependencies in Ubuntu:
123
123
124
124
``` bash
125
125
sudo apt -y install \
126
- $( sort -u $( find . -iname ' packages-' ` lsb_release -cs` ' .apt' -o -iname ' packages.apt' | grep -v ' /\.git/' ) | sed ' /gazebo \|sdf/d' | tr ' \n' ' ' )
126
+ $( sort -u $( find . -iname ' packages-' ` lsb_release -cs` ' .apt' -o -iname ' packages.apt' | grep -v ' /\.git/' ) | sed ' /gz \|sdf/d' | tr ' \n' ' ' )
127
127
```
128
128
129
129
## Building the Gazebo Libraries
You can’t perform that action at this time.
0 commit comments