Skip to content

Commit

Permalink
Removed two submodules with the wrong path
Browse files Browse the repository at this point in the history
Submodules should be in [repository]/src not [repository].
  • Loading branch information
gmfricke authored Sep 6, 2017
1 parent 27e27d0 commit 66d0eea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
[submodule "src/ublox"]
path = src/ublox
url = https://github.com/KumarRobotics/ublox.git
[submodule "apriltags_ros"]
path = apriltags_ros
url = https://github.com/RIVeR-Lab/apriltags_ros.git
[submodule "src/apriltags_ros"]
path = src/apriltags_ros
url = https://github.com/RIVeR-Lab/apriltags_ros.git
[submodule "usb_cam"]
path = usb_cam
url = https://github.com/bosch-ros-pkg/usb_cam.git
[submodule "src/usb_cam"]
path = src/usb_cam
url = https://github.com/bosch-ros-pkg/usb_cam.git

0 comments on commit 66d0eea

Please sign in to comment.