Skip to content

Commit

Permalink
Remove unnecessary .repos file
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr committed Nov 30, 2023
1 parent b8de762 commit a803d19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN apt-get -qq update && \
rosdep update -q && \
cd $ROS_WS/src && \
git clone https://github.com/picknikrobotics/rviz_visual_tools.git -b ${GIT_BRANCH} && \
vcs import < rviz_visual_tools/rviz_visual_tools.repos && \
# Remove folders declared as COLCON_IGNORE
find -L . -name COLCON_IGNORE -printf "%h\0" | xargs -0 rm -rf && \
rosdep install -q -y --from-paths . --ignore-src --rosdistro ${ROS_DISTRO} --as-root=apt:false && \
Expand Down
5 changes: 0 additions & 5 deletions rviz_visual_tools.repos

This file was deleted.

0 comments on commit a803d19

Please sign in to comment.