Skip to content

Commit d8d73cb

Browse files
committed
Update to L4T 32.3.1
1 parent 79ce7a5 commit d8d73cb

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ The script 'setupNano.sh' simply turns off the USB autosuspend setting on the Je
2525

2626

2727
<h3>Releases:</h3>
28+
<b>December 2019</b>
29+
30+
* L4T 32.3.1
31+
* JetPack 4.3
32+
* Requires librealsense v2.31.0
33+
* Installs RealSense ROS Version = 2.2.11
34+
2835
<b>October 2019</b>
2936

3037
* L4T 32.2.1

installRealSenseROS.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@
99
# Figure out where to install realsense-ros
1010
# Save the directory we're installing from:
1111
INSTALL_DIR=$PWD
12-
# This version uses librealsense v2.25.0
13-
REALSENSE_ROS_VERSION=2.2.8
12+
# This version uses librealsense v2.31.0
13+
REALSENSE_ROS_VERSION=2.2.11
1414
# Now go get ready to install realsense-ros
1515
source /opt/ros/melodic/setup.bash
16+
# In L4T 32.3.1, opencv4 contains the opencv installation
17+
# Make a symbolic link
18+
cd /usr/include
19+
sudo ln -s opencv4 opencv
20+
cd $INSTALL_DIR
21+
1622
DEFAULTDIR=catkin_ws
1723
CLDIR="$1"
1824
if [ ! -z "$CLDIR" ]; then

0 commit comments

Comments
 (0)