Skip to content
Snippets Groups Projects
Commit faddc7e7 authored by Montaño Sarria, Andres Felipe's avatar Montaño Sarria, Andres Felipe
Browse files

Set Open3D ARG instead of jazzy

parent 689041f4
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,8 @@ RUN if [ "$PACKAGES" != "none" ]; \
fi
# Install open3d from source workaround in jazzy
RUN if [ "$ROS_DISTRO" = "jazzy" ]; \
ARG OPEN3D=none
RUN if [ "$OPEN3D" = "install" ]; \
then \
PIP_BREAK_SYSTEM_PACKAGES=1 pip install -U -f https://www.open3d.org/docs/latest/getting_started.html --only-binary open3d open3d; \
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment