The Jetson should not be treated as a bigger microcontroller.
A Jetson-class edge AI computer is excellent for perception, local AI inference, sensor fusion, planning, visualization, logging, and ROS 2 orchestration. It is not the right place to put every control loop just because it has more CPU, more GPU, and a full Linux environment. In a real robot, the dangerous failures are often boring: a delayed callback, a blocked process, a stale command, a thermal throttle, a cable fault, a bus timeout, or a control loop that misses its deadline while the rest of the software still looks alive.









