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:ccad75b7da19de3f63bd97741fc3cb10c7dc6ab3089842a076407236cc71bdceRUN
/bin/bash -c apt-get update &&
  source ${ROS_ROOT}/setup.bash &&
  cd ${ROS_ROOT} &&
  rosdep init &&
  rosdep update &&
  rosdep install -y -r --from-path install/share --rosdistro ${ROS_DISTRO} --skip-keys "fastcdr rti-connext-dds-6.0.1 rti-connext-dds-5.3.1 urdfdom_headers libopencv-dev libopencv-contrib-dev libopencv-imgproc-dev python-opencv python3-opencv" &&
  rm -rf /var/lib/apt/lists/* &&
  apt-get clean
05/12/2023 9:50 AM UTC
sha256:e1673d39a6c033ee8c1eb23965359f959696c7ff8d8dedd3caf2d0c4a0928ebfRUN
/bin/bash -c python3 -m pip install -U flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-import-order flake8-quotes pytest-repeat pytest-rerunfailures pytest setuptools==65.7.0
05/12/2023 9:46 AM UTC
sha256:274b3505c1522e8492868a16a9077cd35bf46b00c8022a97deb4f5f5f1bfbba4RUN
/bin/bash -c apt-get update &&
  apt-get install -y build-essential git python3-colcon-common-extensions python3-pip python3-pybind11 python3-pytest-cov python3-rosdep python3-rosinstall-generator python3-vcstool wget &&
  rm -rf /var/lib/apt/lists/* &&
  apt-get clean
05/12/2023 9:46 AM UTC
sha256:e06436cd9a405b0ffaeb582ba6da2f89d486ca1e1aad4c1b251d2f1481605f5cRUN
/bin/bash -c apt-get update &&
  apt-get install -y curl gnupg lsb-release &&
  rm -rf /var/lib/apt/lists/* &&
  apt-get clean
05/12/2023 9:46 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
RMW_IMPLEMENTATION=rmw_fastrtps_cpp
05/12/2023 9:45 AM UTC
sha256:fa47677c3e1c474684285b1722d3e784f1100857a2f258d385f125726a437b5aRUN
/bin/bash -c echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2-testing/ubuntu $(source /etc/os-release && echo $UBUNTU_CODENAME) main" | tee /etc/apt/sources.list.d/ros2.list > /dev/null
05/12/2023 9:45 AM UTC
sha256:e930b4e9d90960858d990afab909948f34a85ef77ad7674b7775cf24feeb98dcRUN
/bin/bash -c curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
05/12/2023 9:45 AM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1RUN
/bin/bash -c echo "Warning: Using the PYTHONWARNINGS environment variable to silence setup.py and easy_install deprecation warnings caused by colcon"
05/12/2023 9:45 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
PYTHONWARNINGS=ignore:::setuptools.command.install,ignore:::setuptools.command.easy_install,ignore:::pkg_resources
05/12/2023 9:45 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
ROS_ROOT=/opt/ros/humble
05/12/2023 9:45 AM UTC