Skip to content

Jetson Nano Resources

Bhargav Chandaka edited this page Apr 18, 2022 · 8 revisions

Jetson Nano Setup

  1. Flash an SD card(64gb+) with the Unofficial Ubuntu 20 JetPack Image from: https://github.com/Qengineering/Jetson-Nano-Ubuntu-20-image
    • Remove Unwanted apps to get more space
      • Ex. sudo apt purge teamviewer
    • Default Login Info:
      • User: jetson
      • Password: jetson
  2. Install ROS2 (https://docs.ros.org/en/galactic/Installation/Ubuntu-Install-Debians.html)
  3. Install Realsense dependencies
    • Realsense ROS Package
    • Intel Realsense SDK + Viewer
  4. Clone this repo and set it up
  5. Choose a matching Domain ID to communicate between devices(export ROS_DOMAIN_ID=1)
  6. (Optional) Download the arm64 debian for VSCode

Running a script on startup

Follow this: https://forums.developer.nvidia.com/t/how-to-run-a-script-on-boot/108411

Isaac ROS GEMs

Clone this wiki locally