File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ ROS_VERSION=`rosversion -d`
44echo " ROS version: ${ROS_VERSION} "
55
66# Build dependencies.
7- sudo apt install -y python-wstool python-catkin-tools
7+ sudo apt-get install -y python-wstool python-catkin-tools
88
99# Package dependencies.
1010echo " Installing MAV_COMM dependencies."
11- sudo apt install -y ros-${ROS_VERSION} -mav-msgs
11+ sudo apt-get install -y ros-${ROS_VERSION} -mav-msgs
1212echo " Installing CGAL dependencies."
13- sudo apt install -y libgmp-dev libmpfr-dev
13+ sudo apt-get install -y libgmp-dev libmpfr-dev
1414echo " Installing MONO dependencies."
15- sudo apt install -y mono-devel
15+ sudo apt-get install -y mono-devel
1616echo " Installig GLOG dependencices."
17- sudo apt install -y libgoogle-glog
17+ sudo apt-get install -y libgoogle-glog
You can’t perform that action at this time.
0 commit comments