Skip to content

Commit

Permalink
Update ros-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
varun-sappa authored Apr 16, 2023
1 parent 64d5d4f commit 2448594
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tutorials/workspace-setup/ros-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ sudo apt install ros-noetic-PACKAGE # e.g sudo apt install ros-noetic-slam-gmapp

#initialize rosdep
sudo apt install python3-rosdep #if you have not yet installed rosdep,run this line otherwise skip
sudo apt upgrade
sudo rosdep init
rosdep update

Expand All @@ -79,7 +80,7 @@ source ~/.zshrc

# fulfill dependencies
sudo apt install python3-rosdep python3-rosinstall python3-rosinstall-generator python3-wstool build-essential
```

{% endcode %}
{% endtab %}
{% endtabs %}
Expand All @@ -91,7 +92,7 @@ curl -sSL http://get.gazebosim.org | sh
sudo apt-get install gazebo11
# single liner installation for meshlab
sudo apt -y install meshlab
sudo apt -y install mesh
```
{% endcode %}

Expand Down

0 comments on commit 2448594

Please sign in to comment.