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:2e92c6b673f9041c12d588a03f03fe94bca769aea8430b48e49626841f055308RUN
    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
    05/08/2025 12:31 AM UTC
    sha256:4543b6725f674a4cdc8fe14fec12d1826f48262150e48201225f7432d3aafeaeRUN
    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
    05/08/2025 12:31 AM UTC
    sha256:7b4dbf50ffcb2e9b547c029ef3c751055b52d2662be74214b30b7073f1c936c6RUN
    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
    05/08/2025 12:31 AM UTC
    sha256:1907050f467ee9d4596015472444506e0a1fe7b01c88709d6211d0c994361c0eRUN
    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
    05/08/2025 12:31 AM UTC
    sha256:c72ba0759acc22b97a042bea358e50322376902c83f7ff63f083995c683e900aRUN
    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
    05/08/2025 12:31 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    MCAP_VERSION=v0.0.51
    05/08/2025 12:31 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    TARGETPLATFORM=linux/arm64
    05/08/2025 12:31 AM UTC
    sha256:0b34b759fbc452b43d50376aec073c0ebcee21fc2ba4f141256a3f9df2faf6e2RUN
    /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
    05/08/2025 12:31 AM UTC
    sha256:bd3caa1e4cfcfa64c6501cfa20c3ec57995c6550a52dce3db8808359dc05ada6RUN
    /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
    05/08/2025 12:31 AM UTC
    sha256:21bb4c3cfcb6f357b895c80dbbcc01bb4c6376eed48ace4a45206fe15562cfe1COPY
    rosdep/ros-humble-cuda-python-placeholder /tmp/ros-humble-cuda-python-placeholder
    05/08/2025 12:31 AM UTC
    ...