In a previous posting, I have shown that I can use an OMX Test Rig with a Jetson Orin Nano (JON) running on JetPack 6.21 + Docker running on Ubuntu 24.04+ROS2-Jazzy and get the new ROBOTIS Physical AI tools working smoothly on the JON.
Moving on to this new project, I am exploring the possibility of integrating this OMX Test Rig to a TB3 Burger (to be exact the “essentials” of a TB3-Burger) on the SAME Jetson Orin Nano acting as the Remote PC component, and an RPi5 acting as the SBC component.
Previously in 2025, ROBOTIS updated the e-manual instructions for how to install TB3+Jazzy on the SBC and OpenCR (web links shown in previous picture). And I implemented those procedures without any problem: Ubuntu 24.04 Server + TB3-Jazzy on the RPi5; and I used Windows Arduino IDE to install the TB3 Firmware for the OpenCR. Then, I could use a Intel based Desktop on Ubuntu 24.04 to act as the Remote PC component, and all procedures went fine for me. But I really wanted the JON to act as the Remote PC for my TB3 system. But, at present, JON runs on Jetpack 6.2.1 (i.e. Ubuntu 22.04) and thus is not compatible with ROS 2 Jazzy, and I will have to wait until March 2026 for NVIDIA to release a JetPack 7 version that would work with Ubuntu 24.04 . Thus for me, the obvious solution is for the JON to run the TB3-Jazzy tools inside a Docker Container, along with Ubuntu 24.04. But my Docker+ROS2 skill levels are “fairly LOW” at present
. So I asked for help from ROBOTIS and HyunGyu Kim & Woojin Wie came to the rescue: within 2-3 days, they created a new TB3 branch named “feature-docker-update” which is in beta-testing phase for now - so very minimal usage information is available at present.
This “feature-docker-update” is set for 4 possible use scenarios: at first level - for either “humble” or “jazzy”, and at second level - “pc” or “sbc”. For my case, I only need the “jazzy”+“pc” scenario.
My SBC (RPi5) and OpenCR are already built using the “standard” Jazzy instructions. So my picture below lists the steps involved to setup a TB3-Jazzy Docker container on the JON: they are modified very slightly from the instructions provided by HyunGyu Kim on the DISCORD web site.
If you are following these instructions, make sure to check the results (on yours JON) regarding Step 6 and Step 7 (see picture below):
Essentially for Step 6, make sure that you see the “CONTAINER STARTED” message. For Step 7, make sure that the Prompt changed to “root”. I added a few “environment” update steps from the standard TB3 web instructions.
The next picture shows the steps that you can take to explore the folders structure inside the Docker Container:
And the “ROS2” command should work by now also.
The next picture is a screen capture of my JON desktop when all OMX tools are working at the same time; you can see that there are quite a few terminals running! 3 ROS2 nodes and 1 web browser.
To set up my JON as the TB3-SBC component, I had to read “between the lines” of the “relevant” and “standard” instructions already provided on the ROBOTIS e-manual, but adapted to my situation.
There were 3 Terminals that needed to be set up on the JON:
- Terminal 1 acts as an SBC Terminal to “bringup” the TB3, and then it is just left “alone”.
- Terminal 2 acts as another SBC Terminal to monitor “topic” and “service” as needed.
- Terminal 3 acts as Remote PC where the user can launch TB3 applications such as the “Keyboard Teleop” feature.
Terminal 3 is tricky to set up and has many “fancy” steps to go through and in a “certain order” and unfortunately the previous picture can only shows its “final look”. Basically, “ENTER” Docker first, then from that Docker workspace “SSH” to the RPi5, then from there “LAUNCH” any TB3 node that the user needs.
In the next picture, these steps are “reversed” so that the user can appreciate the multiple steps involved that changed the “prompt” in TERMINAL 3.
- CONTROL-C to quit the Teleop Node. The prompt still shows “roboteer@RPi5-TB3”
- The first EXIT to log out of the SSH session. The prompt changes to “root@jon-1” meaning that you are still in the Docker Container (i.e. still in Ubuntu 24.04).
- The second EXIT is to leave the Docker container, so the prompt is changed to “roboteer@jon-1”, i.e. back to the real Host OS which is Ubuntu 22.04).
The next picture shows the two main areas of the JON’s display for the OMX and TB3 systems when they work together. It took me a while to get to know which terminal should be used for the specific OMX or TB3 task that needed to be done! It will be challenging to get a Mobile OMX system that can operate autonomously!
The “memory” and “power” usage is shown in the next picture. The JON seemed to have lots of capacity left.
The next 3 pictures highlight the 3 tasks that I tried to capture in the later enclosed runtime video
Currently, all ROS2 messages are sent via Ethernet at 1 Gbps. It will be interesting when I can try this system via WiFi.
















