Edge Computing Kits
NVIDIA Jetson Orin
The Jetson AGX Orin is the brain of modern humanoids. It provides server-class AI performance at the edge.
Setup Guide
- Flash JetPack: Use NVIDIA SDK Manager to flash JetPack 6.0 (Ubuntu 22.04).
- Install ROS 2: Follow the standard Ubuntu install instructions (arm64).
- Power Mode: Set to
MAXNfor maximum performance.sudo nvpmodel -m 0
sudo jetson_clocks
Integrating RealSense
Connect the RealSense camera to a USB 3.0 port.
Troubleshooting:
- If the camera is not detected, check the USB cable quality.
- Ensure
udevrules are installed (sudo apt install librealsense2-utils).
Thermal Management
The Orin can get hot! Ensure proper airflow or use the active cooling fan mode.