Skip to content
Snippets Groups Projects
Commit 30fe4ab7 authored by Josep Virgili Llop's avatar Josep Virgili Llop
Browse files

Added commonly used packages.

parent bca7068f
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,13 @@ sudo rosdep init
rosdep update
echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
source ~/.bashrc
sudo apt-get install python-rosinstall python-rosinstall-generator python-wstool build-essential
\ No newline at end of file
sudo apt-get install python-rosinstall python-rosinstall-generator python-wstool build-essential
#Install commonly used packages
sudo apt-get install ros-kinetic-position-controllers
sudo apt-get install ros-kinetic-velocity-controllers
sudo apt-get install ros-kinetic-effort-controllers
sudo apt-get install ros-kinetic-gazebo-ros-control
#Fix permision just in case
sudo rosdep fix-permissions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment