Pull the docker container
docker pull ghcr.io/kalanaratnayake/jetson-ros:humble-base-r36.3.0
Build the docker container
docker buildx build --load --platform linux/arm64 -f ros-images/r3630.humble_base.Dockerfile -t jetson-ros:humble-base-r36.3.0 .
Start the docker container
docker run --rm -it --runtime nvidia --network host --gpus all -e DISPLAY ghcr.io/kalanaratnayake/jetson-ros:humble-base-r36.3.0 bash
Run the following commands inside the docker container to confirm that the container is working properly.
ros2 run demo_nodes_cpp talker
Run the following commands on another instance of ros container or another Computer/Jetson device installed with ROS humble to check connectivity over host network and discoverability (while the above command is running).
ros2 run demo_nodes_py listener