All Projects → JetsonHacksNano → installRealSenseROS

JetsonHacksNano / installRealSenseROS

Licence: MIT license
Install the realsense-ros library on NVIDIA Jetson Nano Developer Kit.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to installRealSenseROS

fyp-rescue-robot
This project is my final year capstone project - A self-navigating robot for search and rescue. We build a robot in ROS and integrate several functions: self-navigation, object detection and tracking, and an Arduino board to grab simple objects. The final demostration video is shown here: https://youtu.be/2dpzOpEn4hM
Stars: ✭ 32 (+18.52%)
Mutual labels:  ros-melodic, jetson-nano
ws moveit
This ROS melodic workspace is created on Ubuntu 18.04. Here I worked on moveit & MTC projects like Pick, Place, Pouring task for multi-manipulator system using MoveIt Task Constructor(MTC).
Stars: ✭ 25 (-7.41%)
Mutual labels:  ros, ros-melodic
ROS-Object-Detection-2Dto3D-RealsenseD435
Use the Intel D435 real-sensing camera to realize object detection based on the Yolov3-5 framework under the Opencv DNN(old version)/TersorRT(now) by ROS-melodic.Real-time display of the Pointcloud in the camera coordinate system.
Stars: ✭ 45 (+66.67%)
Mutual labels:  ros, ros-melodic
robotiq 2finger grippers
ROS packages enabling the control, visualization and simulation of the Robotiq 2 Fingers Adaptive Grippers model version C3
Stars: ✭ 59 (+118.52%)
Mutual labels:  ros, ros-melodic
dofbot-jetson nano
Yahboom DOFBOT AI Vision Robotic Arm with ROS for Jetson NANO 4GB B01
Stars: ✭ 24 (-11.11%)
Mutual labels:  ros, jetson-nano
Autonomus Indoor Drone
Final year project, autonomus indoor drone developed in ROS using DWM1001 dev-board
Stars: ✭ 26 (-3.7%)
Mutual labels:  ros, ros-melodic
rospberrypi
Everything you need to set up ROS Melodic on the Raspberry Pi Zero / W
Stars: ✭ 33 (+22.22%)
Mutual labels:  ros, ros-melodic
summit xl sim
Packages for the simulation of the Summit XL, Summit XL HL and Summit-X (including X-WAM) robots
Stars: ✭ 32 (+18.52%)
Mutual labels:  ros, ros-melodic
microstrain inertial
ROS driver for all of MicroStrain's current G and C series products. To learn more visit
Stars: ✭ 44 (+62.96%)
Mutual labels:  ros, ros-melodic
ros jetson stats
🐢 The ROS jetson-stats wrapper. The status of your NVIDIA jetson in diagnostic messages
Stars: ✭ 55 (+103.7%)
Mutual labels:  ros, jetson-nano
pocketsphinx
Updated ROS bindings to pocketsphinx
Stars: ✭ 36 (+33.33%)
Mutual labels:  ros
ros openvino
A ROS package to wrap openvino inference engine and get it working with Myriad and GPU
Stars: ✭ 57 (+111.11%)
Mutual labels:  ros
ros hadoop
Hadoop splittable InputFormat for ROS. Process rosbag with Hadoop Spark and other HDFS compatible systems.
Stars: ✭ 92 (+240.74%)
Mutual labels:  ros
mader
Trajectory Planner in Multi-Agent and Dynamic Environments
Stars: ✭ 252 (+833.33%)
Mutual labels:  ros
raspimouse sim
ROS package suite for Raspberry Pi Mouse Simulator
Stars: ✭ 23 (-14.81%)
Mutual labels:  ros
robosherlock
www.robosherlock.org
Stars: ✭ 23 (-14.81%)
Mutual labels:  ros
darknet ros
Robotics Operating System Package for Yolo v3 based on darknet with optimized tracking using Kalman Filter and Optical Flow.
Stars: ✭ 51 (+88.89%)
Mutual labels:  ros
turtlebot3 behavior demos
Example repository for autonomous behaviors using TurtleBot3, as well as Docker + Make workflows in ROS based projects.
Stars: ✭ 55 (+103.7%)
Mutual labels:  ros
linux nvidia jetson
Allied Vision CSI-2 camera driver for NVIDIA Jetson Systems. Currently supporting Nano, TX2, AGX Xavier, and Xavier NX. Support for TX2 NX coming soon.
Stars: ✭ 68 (+151.85%)
Mutual labels:  jetson-nano
phidgets drivers
ROS drivers for various Phidgets devices
Stars: ✭ 30 (+11.11%)
Mutual labels:  ros

installRealSenseROS

Install the realsense-ros library on NVIDIA Jetson Nano Developer Kit.
MIT License
Copyright (c) 2018-19 JetsonHacks

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.

Note that the RealSense ROS wrapper is for ROS Kinetic, but the Jetson Nano is ROS Melodic. Please note any issues that you encounter.

This is the third step of a three step process.

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.

One way to accomplish this is to use the 'installLibrealsense' repository on the Github JetsonHacksNano account (https://github.com/JetsonHacksNano/installLibrealsense). There are also scripts to build the librealsense library itself, and convenience scripts to rebuild the kernel if need be. 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 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. 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.

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.

To install:

$ ./installRealSenseROS.sh <catkin_ws_name>

The script 'setupNano.sh' simply turns off the USB autosuspend setting on the Jetson Nano so that the camera is always available.

Releases:

December 2019
  • L4T 32.3.1
  • JetPack 4.3
  • Requires librealsense v2.31.0
  • Installs RealSense ROS Version = 2.2.11

October 2019

  • L4T 32.2.1
  • JetPack 4.2.1
  • Requires librealsense v2.25.0
  • Installs RealSense ROS Version = 2.2.8

July 2019

  • L4T 32.2
  • JetPack 4.2.1
  • Expects librealsense v2.24.0
  • Installs RealSense ROS Version = 2.2.7

June 2019

  • L4T 32.1.0
  • JetPack 4.2
  • Expects librealsense v2.22.0
  • Installs RealSense ROS Version = 2.2.6
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].