Browse Source

gitmodules make name consistent with path

sbg
Daniel Agar 7 years ago committed by GitHub
parent
commit
86295638c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .gitmodules

6
.gitmodules vendored

@ -6,11 +6,11 @@
path = src/modules/uavcan/libuavcan path = src/modules/uavcan/libuavcan
url = https://github.com/UAVCAN/libuavcan.git url = https://github.com/UAVCAN/libuavcan.git
branch = master branch = master
[submodule "Tools/genmsg"] [submodule "msg/tools/genmsg"]
path = msg/tools/genmsg path = msg/tools/genmsg
url = https://github.com/ros/genmsg.git url = https://github.com/ros/genmsg.git
branch = indigo-devel branch = indigo-devel
[submodule "Tools/gencpp"] [submodule "msg/tools/gencpp"]
path = msg/tools/gencpp path = msg/tools/gencpp
url = https://github.com/ros/gencpp.git url = https://github.com/ros/gencpp.git
branch = indigo-devel branch = indigo-devel
@ -42,7 +42,7 @@
path = src/drivers/gps/devices path = src/drivers/gps/devices
url = https://github.com/PX4/GpsDrivers.git url = https://github.com/PX4/GpsDrivers.git
branch = master branch = master
[submodule "src/lib/micro-CDR"] [submodule "src/modules/micrortps_bridge/micro-CDR"]
path = src/modules/micrortps_bridge/micro-CDR path = src/modules/micrortps_bridge/micro-CDR
url = https://github.com/eProsima/micro-CDR.git url = https://github.com/eProsima/micro-CDR.git
branch = master branch = master

Loading…
Cancel
Save