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

[WIP] Add rosdep option

parent 8af23e2a
Branches main
No related tags found
No related merge requests found
......@@ -192,6 +192,17 @@ RUN if [ "$CONAN" = "install" ]; \
&& conan profile update settings.compiler=gcc default; \
fi
# ARG ROSDEP=none
# RUN if [ "$ROSDEP" != "none" ]; \
# then \
# # Install rosdep
# apt-get install -y python3-rosdep \
# && git clone ${ROSDEP} \
# && rosdep init \
# && rosdep update \
# && rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y; \
# fi
RUN rm -rf *
# Update this date to re-run the image final update
......
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