We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189d28e commit 16fed75Copy full SHA for 16fed75
docs/_00_getting_started/source_install.rst
@@ -41,7 +41,7 @@ A new workspace for Aerostack2 will be created in order to clone the source code
41
42
mkdir -p ~/aerostack2_ws/src/ && cd ~/aerostack2_ws/src/
43
git clone https://github.com/aerostack2/aerostack2.git
44
- cd ~/aerostack2_ws
+ cd ~/aerostack2_ws/src
45
sudo rosdep init
46
rosdep update
47
rosdep install -y -r -q --from-paths src --ignore-src
0 commit comments