gitmodules make name consistent with path

This commit is contained in:
Daniel Agar
2018-04-02 17:06:42 -04:00
committed by GitHub
parent 68a9d213d2
commit 86295638c1

6
.gitmodules vendored
View File

@@ -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