NVIDIA
NVIDIA
Isaac ROS Dev Base
Container
NVIDIA
NVIDIA
Isaac ROS Dev Base

Isaac ROS Dev Base containers for running a development environment configured to build/run/test ROS workspaces with Isaac ROS packages.

LayerLabelCreated
0bdd69fe97cb1d405d9adbd5200cff434c2df1d876cb9f2af3afc9461b7eb296CONFIG
Entrypoint /usr/local/bin/scripts/deploy-entrypoint.sh
10/08/2025 4:20 PM UTC
de4817ab3176ead0cbff1c5dad9bb42a509a719e51fd117ab66f554fa7718ff7RUN
INSTALL_DEBIANS_CSV= /bin/bash -c if [[ ! -z "${INSTALL_DEBIANS_CSV}" ]]; then apt-get update &&
  apt-get install -y ${INSTALL_DEBIANS_CSV//,/ } ; fi
10/08/2025 4:20 PM UTC
301f49fb37d98ac2b517eb453415fac0b5f2f49465c31a4d98e3594eaaf94542ARG
INSTALL_DEBIANS_CSV=
10/08/2025 4:20 PM UTC
70808cb21662acf914af9b7bc3d9bef42b56dfca38637148438c84d87fe85eafENTRYPOINT
/usr/local/bin/scripts/deploy-entrypoint.sh
10/08/2025 4:20 PM UTC
e5a03a1ff2a690f7ba774dbe6a16a2ccc3b4b44025b6f0ff845ebc722178feb3RUN
/bin/bash -c chmod +x /usr/local/bin/scripts/deploy-entrypoint.sh
10/08/2025 4:20 PM UTC
cf4fcbedad7ab811299d75f184be2eb91644a4e45b8358b7da7ccac0a8f477c6COPY
deploy-entrypoint.sh /usr/local/bin/scripts/deploy-entrypoint.sh
10/08/2025 4:20 PM UTC
5b679596609095d7c160c3ac4384c929675fa5588d050b9a740fc3b48a491a48RUN
TARGETPLATFORM=linux/arm64 MCAP_VERSION=v0.0.51 /bin/bash -c mkdir -p /opt/nvidia/isaac_ros_dev_base &&
  dpkg-query -W | sort > /opt/nvidia/isaac_ros_dev_base/ros2_humble-end-packages.csv
10/08/2025 12:36 AM UTC
4f6e1c068401932b33a94b197604651855f3dbd9f0bfdb3326ad6ffa38899a47RUN
TARGETPLATFORM=linux/arm64 MCAP_VERSION=v0.0.51 /bin/bash -c echo "source /usr/share/colcon_argcomplete/hook/colcon-argcomplete.bash" | sudo tee --append /etc/bash.bashrc
10/08/2025 12:36 AM UTC
3cd5b58784e3f1269899bbc0e30cca4190f0bfa5669ca1f39245d32a809536ceRUN
TARGETPLATFORM=linux/arm64 MCAP_VERSION=v0.0.51 /bin/bash -c echo "source /opt/ros/${ROS_DISTRO}/setup.bash" | sudo tee --append /etc/bash.bashrc
10/08/2025 12:36 AM UTC
4e16e3a20b508253b4b9545d8ff8f1e03de2c0658d9bd56f0722b70e01d91ec6RUN
TARGETPLATFORM=linux/arm64 MCAP_VERSION=v0.0.51 /bin/bash -c mkdir -p /opt/ros/humble &&
  cd /opt/ros/humble &&
  git clone https://github.com/andrewbest-tri/vcstool.git -b andrewbest/delay &&
  echo 'source /opt/ros/humble/vcstool/setup.sh' | tee --append /etc/bash.bashrc
10/08/2025 12:36 AM UTC
...