NVIDIA
Isaac ROS Dev Base
Container
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
    sha256:158949b1263bccda6584e0d00233db5745fe4e1342859a099d2fa02b892da231RUN
    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
    11/07/2025 8:39 PM UTC
    sha256:f23888db7693a8593faa07039b2a60d64af19d71e916e26d5b4869bf18e373d8RUN
    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
    11/07/2025 8:39 PM UTC
    sha256:445dad0616574e8c68205cf899d5737cf83df251697ed2d3f42cbf92f561adb4RUN
    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
    11/07/2025 8:39 PM UTC
    sha256:e72c36d380ac9e2fcf3b4ab1f14f7ef2e6eca6df7ea1a64e050a669be9ba9a79RUN
    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
    11/07/2025 8:39 PM UTC
    sha256:f0d6a22db33522f476e2ead5994314b27c87949640752c22d430a5d7af566761RUN
    TARGETPLATFORM=linux/arm64 MCAP_VERSION=v0.0.51 /bin/bash -c if [ "$TARGETPLATFORM" = "linux/amd64" ]; then wget https://github.com/foxglove/mcap/releases/download/releases%2Fmcap-cli%2F${MCAP_VERSION}/mcap-linux-amd64 &&
      chmod +x mcap-linux-amd64 &&
      mv mcap-linux-amd64 /opt/ros/humble/bin/mcap; elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then wget https://github.com/foxglove/mcap/releases/download/releases%2Fmcap-cli%2F${MCAP_VERSION}/mcap-linux-arm64 &&
      chmod +x mcap-linux-arm64 &&
      mv mcap-linux-arm64 /opt/ros/humble/bin/mcap; else echo "Unknown architecture, can't install MCAP CLI" &&
      exit -1; fi
    11/07/2025 8:39 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    MCAP_VERSION=v0.0.51
    11/07/2025 8:39 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    TARGETPLATFORM=linux/arm64
    11/07/2025 8:39 PM UTC
    sha256:7be6e159bc980743762ca4d8e149cfcb9ebdbbdb929af9cdd8dd092c4312239bRUN
    /bin/bash -c sudo sed -i '917i #ifdef GTEST_INTERNAL_NEED_REDUNDANT_CONSTEXPR_DECL' /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h &&
      sudo sed -i '920i #endif' /usr/src/googletest/googletest/include/gtest/internal/gtest-internal.h &&
      sudo sed -i '2392i #if defined(GTEST_INTERNAL_CPLUSPLUS_LANG) && \\\n    GTEST_INTERNAL_CPLUSPLUS_LANG < 201703L\n#define GTEST_INTERNAL_NEED_REDUNDANT_CONSTEXPR_DECL 1\n#endif' /usr/src/googletest/googletest/include/gtest/internal/gtest-port.h
    11/07/2025 8:39 PM UTC
    sha256:f5554ea7d9276d86f267c27e738bc074cf9654db0f9c2c0058404f9d391ad35fRUN
    /bin/bash -c cd /tmp &&
      source ${ROS_ROOT}/setup.bash &&
      dpkg-deb --nocheck --build ros-humble-cuda-python-placeholder &&
      apt-get install -y ./ros-humble-cuda-python-placeholder.deb &&
      rm -f ./ros-humble-cuda-python-placeholder.deb
    11/07/2025 8:39 PM UTC
    sha256:de2aba532fc99d78583ac6fd5ef423e96908f3daff6713266f902dd433cdb5f4COPY
    rosdep/ros-humble-cuda-python-placeholder /tmp/ros-humble-cuda-python-placeholder
    11/07/2025 8:39 PM UTC
    ...