NVIDIA Jetson is a family of compact computers with built-in GPUs that run AI and computer vision on the robot itself — the go-to onboard 'brain' for perception-heavy robots that can't rely on the cloud.
A Jetson is a small, powerful computer with a graphics chip (GPU) built for robots. It can run AI and vision models right on the robot, so it can see and think without sending data to a server.
Modern robots see and think with neural networks — which are hungry for GPU power. But a robot can't always phone home to a server. The NVIDIA Jetson puts that AI power onboard, in a compact module.
What it is
Jetson is a family of embedded computers that pair ARM CPUs with an NVIDIA GPU on a small, power-efficient module. The GPU is the point: it accelerates the deep-learning inference behind computer vision, object detection, and perception — running models on the robot rather than in the cloud. Sizes range from the tiny, low-power Jetson Nano/Orin Nano to the powerful Jetson AGX Orin for demanding autonomy.
AI brain on the robot
The GPU crunches vision and AI models locally, so the robot perceives and decides in real time without a network round-trip.
Why robots choose it
Onboard AI. GPU-accelerated inference for detection, segmentation, and depth — fast enough for real-time robot perception (edge computing, not cloud).
No network dependence. Works where connectivity is poor or latency is unacceptable (a robot can't wait on a round-trip to dodge an obstacle).
Software ecosystem. CUDA, TensorRT, and NVIDIA's robotics stack (Isaac ROS) make deploying accelerated perception straightforward — a big reason for its popularity.
Compact and efficient. Fits a robot's size, weight, and power budget far better than a full GPU workstation.
The trade-offs
Power and heat. More capable modules draw more watts and need cooling — a real constraint on battery-powered robots.
Cost. Pricier than a plain single-board computer like a Raspberry Pi (which lacks the AI-grade GPU).
Right-sizing. Match the module to the workload; an oversized Jetson wastes power and money.
It often works alongside microcontrollers (for real-time motor control) and sometimes an FPGA — the Jetson handling perception and high-level thinking, the MCU handling fast control.
Why it matters
The Jetson (and edge-AI modules like it) is what makes onboard intelligence practical — letting robots run the vision and learning models modern autonomy demands, right where the action is. It's become a default compute choice for perception-driven robots, from research platforms to commercial products.