Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zed_setup.rst.txt #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,15 @@ Setup Instructions
touch .isaac_ros_common-config && \
echo CONFIG_IMAGE_KEY=ros2_humble.user.zed >> .isaac_ros_common-config

5. Launch the Docker container.
5. Zed DEPTH modules are downnloaded at runtime. The solution is to cache them on the local system. To create the mount add an entry to the ``.isaac_ros_dev-dockerargs`` file in the ``isaac_ros_common/scripts`` directory:

.. code:: bash

cd ${ISAAC_ROS_WS}/src/isaac_ros_common/scripts && \
touch .isaac_ros_dev-dockerargs && \
echo "-v /usr/local/zed/resources:/usr/local/zed/resources" >> .isaac_ros_dev-dockerargs

6. Launch the Docker container.

.. code:: bash

Expand All @@ -75,7 +83,7 @@ Setup Instructions

This rebuilds the container image using ``Dockerfile.zed`` in one of its layered stage. It takes some time for rebuilding.

6. After the container image is rebuilt and you are inside the container, you can run ``/usr/local/zed/tools/ZED_Explorer`` to check that the ZED camera is connected.
7. After the container image is rebuilt and you are inside the container, you can run ``/usr/local/zed/tools/ZED_Explorer`` to check that the ZED camera is connected.

.. code:: bash

Expand Down