Skip to content

Commit

Permalink
update: submodule refs, readme and try at fixing opencv deb
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Roque committed Jan 14, 2024
1 parent 054bd43 commit a2c5046
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/setup/debians/build_install_debians.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ case $dist in
jammy)
build_list+=( opencv )
sudo apt-get install -y libvtk7.1p
echo "Ubuntu 21 detected"
echo "Ubuntu 22 detected"
;;
bionic)
echo "Ubuntu 18 detected"
Expand Down
4 changes: 2 additions & 2 deletions scripts/setup/debians/build_opencv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ DIST=$(grep -oP "(?<=VERSION_CODENAME=).*" /etc/os-release)
if [ -d $PACKAGE_NAME ]; then
rm -rf $PACKAGE_NAME
fi
git clone --quiet https://github.com/opencv/opencv.git --branch 4.2.0 $PACKAGE_NAME/opencv 2>&1 || exit 1
git clone --quiet https://github.com/opencv/opencv_contrib.git --branch 4.2.0 $PACKAGE_NAME/contrib 2>&1 || exit 1
git clone https://github.com/opencv/opencv.git --branch 4.2.0 $PACKAGE_NAME/opencv 2>&1 || exit 1
git clone https://github.com/opencv/opencv_contrib.git --branch 4.2.0 $PACKAGE_NAME/contrib 2>&1 || exit 1
cd $PACKAGE_NAME/opencv
git archive --prefix=$PACKAGE_NAME/ --output=../$ORIG_TAR --format tar.gz HEAD || exit 1
cp -r ../../$DEB_DIR debian
Expand Down
7 changes: 6 additions & 1 deletion scripts/setup/packages_desktop_jammy.lst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ros-humble-ros-testing
ros-humble-xacro
ros-humble-perception-pcl
ros-humble-perception-pcl
libdc1394-dev
libgtk-3-dev
libv4l-dev
libvtk7-dev
dh-python
Empty file removed submodules/CATKIN_IGNORE
Empty file.
Empty file removed submodules/COLCON_IGNORE
Empty file.
2 changes: 1 addition & 1 deletion submodules/px4
Submodule px4 updated 1 files
+15 −0 CMakeLists.txt

0 comments on commit a2c5046

Please sign in to comment.