Skip to content

Commit

Permalink
install librealsense 2.23.0 version
Browse files Browse the repository at this point in the history
Install 2.23.0 version, the latest 2.24.0 version by apt-get has issue (IntelRealSense/librealsense#4351)
  • Loading branch information
yechun1 committed Jul 3, 2019
1 parent 7cad7c5 commit 8de0a61
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/perception/deps/20-librealsense.deps
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@ then
sudo add-apt-repository "deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic main" -u
fi

sudo apt-get install -y librealsense2-dkms librealsense2-utils librealsense2-dev

# TODO: Install 2.23.0 version, the latest 2.24.0 version has issue (https://github.com/IntelRealSense/librealsense/issues/4351)
# sudo apt-get install -y librealsense2-dkms librealsense2-utils librealsense2-dev
sudo apt-get install librealsense2-udev*=2.23.0-0~realsense0.1166
sudo apt-get install librealsense2=2.23.0-0~realsense0.1166
sudo apt-get install librealsense2-dev=2.23.0-0~realsense0.1166
sudo apt-get install librealsense2-gl*=2.23.0-0~realsense0.1166
sudo apt-get install librealsense2-utils=2.23.0-0~realsense0.1166
sudo apt-get install librealsense2-dkms

# echo "Build librealsense..."
# local src_path=$1
Expand Down

0 comments on commit 8de0a61

Please sign in to comment.