Browse Source

gitmodules add branch to genmsg, gencpp, libuavcan

sbg
Daniel Agar 7 years ago
parent
commit
f96338d6e4
  1. 3
      .gitmodules

3
.gitmodules vendored

@ -5,12 +5,15 @@ @@ -5,12 +5,15 @@
[submodule "src/modules/uavcan/libuavcan"]
path = src/modules/uavcan/libuavcan
url = https://github.com/UAVCAN/libuavcan.git
branch = master
[submodule "Tools/genmsg"]
path = msg/tools/genmsg
url = https://github.com/ros/genmsg.git
branch = indigo-devel
[submodule "Tools/gencpp"]
path = msg/tools/gencpp
url = https://github.com/ros/gencpp.git
branch = indigo-devel
[submodule "Tools/jMAVSim"]
path = Tools/jMAVSim
url = https://github.com/PX4/jMAVSim.git

Loading…
Cancel
Save