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:4e3f7f1ba8d7537ec1999aedbaea1e397154bc76f8cce830a1fb30f552929ce0RUN
    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
    05/07/2025 11:15 PM UTC
    sha256:a22707f66b225e7fa31fdbc4b5b6a631459863fa9bf27bdc73fef879d1ea23f7RUN
    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
    05/07/2025 11:15 PM UTC
    sha256:2410dffcfeef63e507da7061270ef8fdfd1cd8d1ecfbed435de71a6025ff9788RUN
    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
    05/07/2025 11:15 PM UTC
    sha256:b805fb7e4e75ffe26ce72184a79c41b716e7308ab8c0c1340b008ebf9b11ea09RUN
    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
    05/07/2025 11:15 PM UTC
    sha256:6fecc8380e00301727064d38bfaa15c4efb1cdf404039d9d7971f1a27fbe5389RUN
    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
    05/07/2025 11:15 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    MCAP_VERSION=v0.0.51
    05/07/2025 11:15 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    TARGETPLATFORM
    05/07/2025 11:15 PM UTC
    sha256:1d682bf09455c4d40076722c9674389546ae18af99853e76195fea4cedcd792cRUN
    /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/07/2025 11:15 PM UTC
    sha256:36e57fac0b15184566c5118dd3b2edfc49bdb4f6528c5d09215e518ac6857c8eRUN
    /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/07/2025 11:15 PM UTC
    sha256:b2e9cfe1543549e4f49979242e2177834b786e519bd23ed00346010758af900aCOPY
    rosdep/ros-humble-cuda-python-placeholder /tmp/ros-humble-cuda-python-placeholder
    05/07/2025 11:15 PM UTC
    ...