Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • main
1 result

Target

Select target project
  • andres.montano/development_environment
1 result
Select Git revision
  • main
1 result
Show changes
Commits on Source (2)
...@@ -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
......
...@@ -15,4 +15,5 @@ debhelper ...@@ -15,4 +15,5 @@ debhelper
dh-python dh-python
# PIP PACKAGES # PIP PACKAGES
wheel wheel
ros2-pkg-create
# EOF # EOF
...@@ -15,4 +15,5 @@ debhelper ...@@ -15,4 +15,5 @@ debhelper
dh-python dh-python
# PIP PACKAGES # PIP PACKAGES
wheel wheel
ros2-pkg-create
# EOF # EOF