Skip to content

Commit d2dbf6b

Browse files
committed
L4T 32.2 support
1 parent 785a447 commit d2dbf6b

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Install the realsense-ros library on NVIDIA Jetson Nano Developer Kit.
33
<br>MIT License
44
<br>Copyright (c) 2018-19 JetsonHacks
55

6-
Currently in development
7-
86
The installRealSenseROS script will install librealsense and realsense_camera as ROS packages. These scripts have been tested with a RealSense D435, D435i and T265 cameras.
97

8+
Note that the RealSense ROS wrapper is for ROS Kinetic, but the Jetson Nano is ROS Melodic. Please note any issues that you encounter.
9+
1010
This is the third step of a three step process.
1111

1212
The first step requires the installation of librealsense (version 2). For the D4XX cameras, librealsense requires a modified kernel which modularizes uvcvideo and adds the RealSense video modes to the uvcvideo driver among other things.
1313

14-
One way to accomplish this is to use the 'installLibrealsense' repository on the Github JetsonHacksNano account (https://github.com/JetsonHacksNano/installLibrealsense). There are scripts which download the kernel source, apply the necessary patches, make the kernel, and then copy the kernel images to the boot directory. There are also scripts to build the librealsense library itself. <em><b>Note: </b>You will need to use version v0.9 (release late June, 2019) of installLibrealsense to match this repository. This repository requires v2.22.0 of librealsense.</em>
14+
One way to accomplish this is to use the 'installLibrealsense' repository on the Github JetsonHacksNano account (https://github.com/JetsonHacksNano/installLibrealsense). There are scripts which download the kernel source, apply the necessary patches, make the kernel, and then copy the kernel images to the boot directory. There are also scripts to build the librealsense library itself. <em><b>Note: </b>You will need to use the matching version of librealsense which corresponds to the RealSense ROS wrapper. See release notes below.</em>
1515

1616
The second step is to install ROS on the Jetson Nano. There are convenience scripts to help do this on the Github JetsonHacksNano account in the installROS repository (https://github.com/JetsonHacksNano/installROS). Note that the repository installs ros-base, if other configurations such as ros-desktop are desired, the scripts can do that through the command line parameters. You may want to install rviz. <em><b>Note: </b>realsense-ros officially only supports ROS Kinetic presently, the Jetson Nano runs ROS Melodic. While we haven't run into any issues running the library under ROS Melodic, be aware that there may be differences</em>.
1717

@@ -26,10 +26,16 @@ The script 'setupNano.sh' simply turns off the USB autosuspend setting on the Je
2626

2727
<h3>Releases:</h3>
2828

29+
<b>July 2019</b>
30+
* L4T 32.2
31+
* JetPack 4.2.1
32+
* Expects librealsense v2.24.0
33+
* Installs RealSense ROS Version = 2.2.7
34+
2935
<b>June 2019</b>
3036
* L4T 32.1.0
3137
* JetPack 4.2
32-
* librealsense v2.22.0
33-
* RealSense ROS Version = 2.2.6
38+
* Expects librealsense v2.22.0
39+
* Installs RealSense ROS Version = 2.2.6
3440

3541

installRealSenseROS.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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.22.0
13-
REALSENSE_ROS_VERSION=2.2.6
12+
# This version uses librealsense v2.24.0
13+
REALSENSE_ROS_VERSION=2.2.7
1414
# Now go get ready to install realsense-ros
1515
source /opt/ros/melodic/setup.bash
1616
DEFAULTDIR=catkin_ws

0 commit comments

Comments
 (0)