In December 2025, ROBOTIS releases a new installation procedure for TurtleBot3 (TB3) that is based on a DOCKER image that contains (Ubuntu 24.0.4 + ROS2 Jazzy + TB3). Consequently, it is big (5 GB) but it is easy to install and use, and I had installed this image on RPi5 and Jetson Orin Nano successfully.
Thus, in this project, I tried to reproduce this procedure for the UNO Q 4GB. I am enclosing a PDF that has all the progresses made so far. It has 3 parts:
PART A shows how to move DOCKER ROOT DIR from the “/” drive (with 2.9 GB available) to the “/home/arduino” drive (with 17 GB available) to get more space to install larger DOCKER containers. PART A should be of interest to other users of DOCKER and ROS2 JAZZY also.
PART B shows the detailed steps to install the TB3 package itself onto the “/home/arduino” drive.
PART C shows the procedures to “bring up” the TB3 BURGER robot and run the ROBOTIS provided “teleop via keyboard” example.
PART A and PART B just used the UNO Q connected to a Windows 11 PC via a USB cable and an ADB shell to access its MPU’s Linux.
PART C has the UNO Q set up in SBC mode with a Lidar and the OpenCR module hooked up to a USB C hub.
Probably I’ll put in an additional layer/deck in the BURGER bot for the UNO Q hardware and push the Lidar to the very top deck. Hopefully it won’t topple over when moving it around! Or remove the existing RPi and put UNO Q in the RPi deck. I have plenty of 3M Dual Lock tape!
I am sort of starting to play with this, and for example thinking of also replacing the OpenCR board with the Robotis Shield, although there may be a voltage issue with the IO pins, so may use instead a different way to convert Serial to DXL...
Sorry for the delayed response, I was also thinking about replacing the OpenCR with the Arduino side of UNO-Q, but according a previous posting from you, the data rate across the UNO-Q bridge was only around 112 Kbps? So I figured that I better stay with DXL communication via the USB-C connections as I would need 1 Mbps for the DXLs to work properly.
I know the OpenCR has other capabilities as well: Gyroscope 3Axis Accelerometer 3Axis Magnetometer 3Axis (MPU9250), and I believe there are ROS topics created for some of this.
Easier to see this in the ROS burger sketch as it is in the sketch versus the ROS2 version, where all of it is in libraries and the like:
Its been a while - if I remember right I ran it at spi.max_speed_hz = 20000000 which is what the posted example was running at. Of course I modified to test it with my specific use case. Didn't do actual timing tests.