File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 99# Figure out where to install realsense-ros
1010# Save the directory we're installing from:
1111INSTALL_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
1515source /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+
1622DEFAULTDIR=catkin_ws
1723CLDIR=" $1 "
1824if [ ! -z " $CLDIR " ]; then
You can’t perform that action at this time.
0 commit comments