diff --git a/README.md b/README.md index 4e7e9ff..3cba30b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The first step requires the installation of librealsense (version 2). One way to accomplish this is to use the 'installRealSenseSDK' repository on the Github JetsonHacks account (https://github.com/jetsonhacks/installRealSenseSDK). There are also scripts to build the librealsense library itself Note: You will need to use the matching version of librealsense which corresponds to the RealSense ROS wrapper. See release notes below. -The second step is to install ROS on the Jetson. There are convenience scripts to help do this on the Github JetsonHacks account in the installROS repository (https://github.com/JetsonHacks/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. Note: 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. +The second step is to install ROS on the Jetson. There are convenience scripts to help do this on the Github JetsonHacks account in the installROS repository (https://github.com/JetsonHacks/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. Note: realsense-ros officially only supports ROS Kinetic presently, the Jetsons runs ROS Melodic. While we haven't run into any issues running the library under ROS Melodic, be aware that there may be differences. This repository, the third step, is to install realsense-ros. The script installRealSenseROS.sh in this directory will install realsense-ros and dependencies in a Catkin Workspace. @@ -21,7 +21,7 @@ To install: $ ./installRealSenseROS.sh \ -The script 'setupNano.sh' simply turns off the USB autosuspend setting on the Jetson so that the camera is always available. +The script 'disableAutosuspend.sh' simply turns off the USB autosuspend setting on the Jetson so that the camera is always available.

Releases: