-
Notifications
You must be signed in to change notification settings - Fork 2
Jetson Nano Resources
Bhargav Chandaka edited this page Apr 18, 2022
·
8 revisions
- 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
- Ex.
- Default Login Info:
- User: jetson
- Password: jetson
- Remove Unwanted apps to get more space
- Install ROS2 (https://docs.ros.org/en/galactic/Installation/Ubuntu-Install-Debians.html)
- You might come across an package signature issue which this might solve: https://answers.ros.org/question/379190/apt-update-signatures-were-invalid-f42ed6fbab17c654/
- Install Realsense dependencies
- Realsense ROS Package
- Intel Realsense SDK + Viewer
- Clone this repo and set it up
- Choose a matching Domain ID to communicate between devices(
export ROS_DOMAIN_ID=1
) - (Optional) Download the arm64 debian for VSCode
Follow this: https://forums.developer.nvidia.com/t/how-to-run-a-script-on-boot/108411
- Docs
- Tutorial: https://github.com/rbonghi/isaac_ros_tutorial
- Shows how to setup up docker and run some visual odometry code for the realsense
- Example for ci/cd
- includes a nice realsense transform viewer