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:d902546ecde807ab69d711b3eb24c23d668898b4a581e0759b9485cb799f683eRUN
    TARGETPLATFORM=linux/amd64 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
    07/10/2025 2:28 AM UTC
    sha256:e1886ffccfcdc0662906711674c1c5e574f5a6baa7a59b381dd93c684a460387RUN
    TARGETPLATFORM=linux/amd64 MCAP_VERSION=v0.0.51 /bin/bash -c echo "source /usr/share/colcon_argcomplete/hook/colcon-argcomplete.bash" | sudo tee --append /etc/bash.bashrc
    07/10/2025 2:28 AM UTC
    sha256:cf04664ccc7ccff1cd945a624b3ea769acb361ee22652daf7dffb7d706017668RUN
    TARGETPLATFORM=linux/amd64 MCAP_VERSION=v0.0.51 /bin/bash -c echo "source /opt/ros/${ROS_DISTRO}/setup.bash" | sudo tee --append /etc/bash.bashrc
    07/10/2025 2:28 AM UTC
    sha256:36c9558c16c7d416b609adec383b422c8ebbc4a5f365aa47f0060ac646e6ed7aRUN
    TARGETPLATFORM=linux/amd64 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
    07/10/2025 2:28 AM UTC
    sha256:23e8104bbf9351f1594452b62751367127281b7d811565190f62ae9efcbe9beeRUN
    TARGETPLATFORM=linux/amd64 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
    07/10/2025 2:28 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    MCAP_VERSION=v0.0.51
    07/10/2025 2:28 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    TARGETPLATFORM
    07/10/2025 2:28 AM UTC
    sha256:837ed3351a4ab9421f712bb20a79a9675619c3269c3a4ea58c1c5d769ba345daRUN
    /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
    07/10/2025 2:28 AM UTC
    sha256:2a87090ded0d042ba8e96dbdd6f476b653fee017a4b4ddff7ebf27205b2e3bd9RUN
    /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
    07/10/2025 2:28 AM UTC
    sha256:50a65d2684aeb9d44b1028123f11ec9b118617f610b15f0119fda7206fb2478eCOPY
    rosdep/ros-humble-cuda-python-placeholder /tmp/ros-humble-cuda-python-placeholder
    07/10/2025 2:28 AM UTC
    ...