Skip to content

Commit

Permalink
Update hw drivers script for realsense install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
planc509 committed Jun 20, 2021
1 parent b339103 commit 5a0a83f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions mushr_utils/install_scripts/mushr_install_hw_drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
# Need to reboot after running this script

# Install librealsense. Following commands copied from
# https://github.com/JetsonHacksNano/installLibrealsense/blob/master/installLibrealsense.sh
sudo apt-key adv --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key
sudo add-apt-repository "deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic main" -u
# https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md
sudo apt-key adv --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
sudo add-apt-repository "deb https://librealsense.intel.com/Debian/apt-repo $(lsb_release -cs) main" -u
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F42ED6FBAB17C654
sudo apt-get install apt-utils -y
sudo apt-get install librealsense2-utils librealsense2-dev -y
sudo apt-get install librealsense2-utils librealsense2-dev librealsense2-dkms -y

# Install YDLidar drivers
cd ~/catkin_ws/src/mushr/mushr_hardware
Expand Down

0 comments on commit 5a0a83f

Please sign in to comment.