File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,6 @@ export DEB_BUILD_OPTIONS=parallel=4
1313rosv=" jazzy"
1414# Ubuntu version
1515ubuntuv=" noble"
16- # Architecture
17- arch=$( uname -i)
18- if [[ $arch == x86_64* ]]; then
19- archv=" amd64"
20- elif [[ $arch == arm* ]]; then
21- archv=" arm64"
22- fi
2316
2417PRE_BUILD () {
2518# Remove the debian folder just in case. In ROS1 and catkin this was an issue
@@ -126,6 +119,6 @@ for pkg_name in "${pkg_array[@]}"; do
126119 cd ..
127120 # Install package but replace _ by -. E.g. sas_core becomes sas-core.
128121 # https://stackoverflow.com/questions/3306007/replace-a-string-in-shell-script-using-a-variable
129- sudo dpkg -i ros-" $rosv " -" ${pkg_name// _/ -} " _* " $ubuntuv " _ " $archv " .deb
122+ sudo dpkg -i ros-" $rosv " -" ${pkg_name// _/ -} " _* " $ubuntuv " * .deb
130123 ${var// 12345678/ $replace }
131124done
You can’t perform that action at this time.
0 commit comments