File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,12 @@ ROS_VERSION=`rosversion -d`
44echo " ROS version: ${ROS_VERSION} "
55
66# Build dependencies.
7- if [[ $ROS_VERSION = ' melodic' ]]
8- then
9- sudo apt-get install -y python-wstool python-catkin-tools
10- else
11- sudo apt-get install -y python3-wstool python3-catkin-tools
12- fi
7+ sudo apt install -y python3-wstool python3-catkin-tools
138
149# Package dependencies.
1510echo " Installing CGAL dependencies."
16- sudo apt-get install -y libcgal-dev
11+ sudo apt install -y libcgal-dev
1712echo " Installing MONO dependencies."
18- sudo apt-get install -y mono-devel
13+ sudo apt install -y mono-devel
1914echo " Installig GLOG dependencices."
20- sudo apt-get install -y libgoogle-glog-dev
15+ sudo apt install -y libgoogle-glog-dev
You can’t perform that action at this time.
0 commit comments