Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 941 Bytes

r3630.humble_base.md

File metadata and controls

33 lines (25 loc) · 941 Bytes

jetson-ros:humble-base-r36.3.0

Pull or Build

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

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

Test

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