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
sha256:9ce154acf6480b8f2210163d0d1327a9168fd0f6233d6d54eba8d2de663e073aRUN
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
06/13/2025 12:11 AM UTC
sha256:3084a0a71f8e8905f46fee40a8f98a7471376a52c31a8fda79ecdf940be082fbRUN
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
06/13/2025 12:11 AM UTC
sha256:4d8ce0dde636ed5262c00901de7addda544cf5d3d92e62592d6b15c5811c0de6RUN
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
06/13/2025 12:11 AM UTC
sha256:e92e2bbed7921e5e95edbb192b585251268fceee99fe3399f6df98b5fc5c69d3RUN
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
06/13/2025 12:11 AM UTC
sha256:683858d2bd0d0b408151a210851931c4462f427ff281d3c68c88b18419efb449RUN
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
06/13/2025 12:11 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
MCAP_VERSION=v0.0.51
06/13/2025 12:11 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
TARGETPLATFORM
06/13/2025 12:11 AM UTC
sha256:5a20ce2abe6d53208854a96cfb8ee7dff6c411cbfb0281a1abe3540bd06e105fRUN
/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
06/13/2025 12:11 AM UTC
sha256:442a7ad92fbf5f23ba77d93cd6c02c43bb0e6f8b311dbdb6fc875921ff5631bdRUN
/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
06/13/2025 12:11 AM UTC
sha256:9173683c479502ec017349de70dc7be41ace483388de42fe259d9fe8e31a002dCOPY
rosdep/ros-humble-cuda-python-placeholder /tmp/ros-humble-cuda-python-placeholder
06/13/2025 12:11 AM UTC
...