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
No related branches found
No related tags found
No related merge requests found
...@@ -192,6 +192,17 @@ RUN if [ "$CONAN" = "install" ]; \ ...@@ -192,6 +192,17 @@ RUN if [ "$CONAN" = "install" ]; \
&& conan profile update settings.compiler=gcc default; \ && conan profile update settings.compiler=gcc default; \
fi 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 * RUN rm -rf *
# Update this date to re-run the image final update # 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.
Please register or to comment